DOS64, made to run MS-DOS programms in a 64-bit environnement.(note : WORD 5.0 just freezes here, only HELLO.EXE works fine :( )
>i made
>>108793104Nice job OP, what’s the intended use?
>>108793207I intended to use it for retro-gaming on a separate machine, like running 16-bit games and stuff, the second purpose is just to learn how to make such a low-level software.
Tried to load DAVE.EXE, failed miserably (just loops into that screen) Any advice? so that BS gonna load and play.I guess the issue is in my MS-DOS Executive
>>108793104what does your kernel do, does it load drivers too or just executing programs?
>>108793104make anime real, nobody cares about this terminal shit
>>108793602It can load drivers with DVCMGR, and execute programs like any other OS
>>108793714Or, at least ELF format software designed for the system, whereas other programs just fuck up the system or does not load
>>108793733how many lines of code?
UP : This can load a lot of memory, with a ceiling of 8GB.I gonna add even more mem available but i need to know if that amount is really usable for programms, and if i have to change the paging method. I also have a network driver, i'm gonna test it after adding PING, CURL, and IPCONFIG
>>108793902kernel64.cpp contains in the most recent update 1543 lines, with comments
https://www.mediafire.com/file/hpy8kbqcvxma82w/dos64.iso/file
>”guiz I made…”>doesnt work
>>108793104Show us the source code.