FreeDOS?

scottlpz

New Member
I've been searching and searching and for some reason, can't find any information about how I would go about setting up a dual boot with Win7 and FreeDOS anywhere. I'm assuming that it's different than just setting up a regular MS-DOS boot, but I could be wrong. Can anyone point me in the right direction? Thanks!
 
You could try the regular DOS boot. No experience with it here so can't guarantee it'll work for you.

If you've got a floppy image you can install NeoGrub and modify /nst/menu.lst to boot it:

timeout 0
default 0

title FreeDOS
find --set-root /FreeDOS.img
map --mem /FreeDos.img (fd0)
map --hook
chainloader (fd0)+1
 
Last edited:
Back
Top