NANSI.SYS doesn't recognize that it has already been loaded.
mKEYB 0.52 [Nov 19 2022] breaks entering | char with ALT GR + | keys on a German keyboard layout
KEYB - ERROR: vector int2Fh was overwritten
mKEYB 0.46 - different version of KEYB found 5c1003c != d4cb003c
CWSDPMI can't be found if PATH variable contains double ";;" char
Thank you. This time i recompiled it with: ./configure --prefix=/dev/shm/bochs --enable-debugger --enable-readline --enable-sb16 --with-x11 --with-sdl2 --with-wx --enable-clgd54xx It also does run. But the RTC clock is still 11 minutes and 52 s off. On my host system running linux i have: 20:25 In bochs in my guest OS running Freedos, i have: C:\>time Current time is 8:36:52.52 PM. Enter a new time: C:\>
I tried it, but bochs fails at the VGA BIOS. See the added txt file. I compiled it with the following options: ./configure --prefix=/dev/shm/bochs --enable-debugger --enable-readline --enable-sb16 --with-x11 --with-sdl2 --with-wx make # and make install worked without errors. For the display library i tried both display_library: x and display_library: sdl2
I may consider to allow changing the default. I would certainly keep explicit /P (or /PS) for enabling path search, which would still save typing (and searching!), but /PE+ mode could be enabled by default. Sounds good. Not sure how to make this modifiable early enough other than a build option though. What about the config file? Isn't this evaluated before debuggee? If you want /PE+ mode without /PS+, just specify /PE rather than /P. The problem with an explicit /PE is that it doesn't save typing....