test386.asm icon indicating copy to clipboard operation
test386.asm copied to clipboard

Feature request: Make it DOS-compatible

Open leecher1337 opened this issue 7 years ago • 1 comments

I'd like to use these tests to validate protected mode functionality. For this, I'd like to have it runnable under MS-DOS. The original work where you derived it from runs fine as a DOS .com file. Can you readd the ability to run it under DOS, maybe as an #ifdef ? Thank you!

leecher1337 avatar Jan 14 '18 19:01 leecher1337

I've removed the DOS executable functionality in order to simplify the code and ease development, as doing so allowed me to make assumptions about the memory layout, exception handling, and other things. But I'll look into it.

barotto avatar Jan 15 '18 09:01 barotto