Hi DOS developers :-)
As mentioned on BTTR, there is a really nice series of by now four tutorials about low level DOS programming, with multi core and long mode, by Michael Chourdakis :-) There also is a proposed API which will help you to use multiple CPU cores in your DOS projects. The tutorials of course need a warning: This stuff still is a lot more complicated than just using a 32 bit C/C++ compiler like DJGPP and a DOS extender to keep your code in high level land while still using 4 GB of your RAM. But multi core and long mode in DOS are cool tricks! So you will want to have a look at the tutorial series nevertheless. > https://github.com/WindowsNT/asm Scroll down or use the deep link for the list of tutorials: https://github.com/WindowsNT/asm/blob/master/Readme.md As you can see, Michael has added a combined, extended item: https://www.codeproject.com/Articles/1273844/The-Intel-Assembly-Manual Enjoy! :-) Cheers, Eric _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
