FDOS / kernel

FreeDOS kernel - implements the core MS-DOS/PC-DOS (R) compatible operating system. It is derived from Pat Villani's DOS-C kernel and released under the GPL v2 or later. Please see http://www.freedos.org/ for more details about the FreeDOS (TM) Project.
http://kernel.fdos.org/
GNU General Public License v2.0
784 stars 142 forks source link

win31support #151

Open binarygeek119 opened 4 months ago

binarygeek119 commented 4 months ago

could someone please send me a windows 3.1 patched 1.3 kernel. i cant for the life of me figure out how to compile it myself. i know its buggy i just want to play with it.

lss4 commented 4 months ago

See #50.

Some additional info. You need NASM and OpenWatcom to build. ~Note you need to add -wcd=106 if you use a recent OpenWatcom snapshot. If you use the tagged snapshot FreeDOS CI uses you don't need it.~

~I think it's recommended to use the tagged snapshot FreeDOS CI uses, as my kernel builds using recent snapshot are a bit unstable and I'm getting unexpected "invalid opcode" errors with JEMM during startup.~

(EDIT: Per updates in #138 the issue I was talking about should have been addressed.)

From what I've tested you can do this on any Linux distro as long as you've got necessary utilities installed.