The DR-DOS/OpenDOS Enhancement Project


Re: Help me to choose a good DOS for me
Re: Re: Help me to choose a good DOS for me -- kleverson Post Reply Top of the thread Forum
Posted by: japheth
12/28/2006, 23:32:22


> I'd like to know how should be written the entries in the GRUB configuration file, menu.lst

I also use GRUB, and have several entries with DOSes there:

title Win98/MS-DOS
root (hd0,0)
savedefault
makeactive
chainloader (hd0,0)/ms-dos.bs

title FreeDOS
root (hd0,0)
savedefault
makeactive
chainloader (hd0,0)/freedos.bs

title Enhanced DR-DOS
root (hd0,0)
savedefault
makeactive
chainloader (hd0,0)/dr-dos.bs

the "ms-dos.bs", "freedos.bx" and "dr-dos.bs" are bootsector files (512 bytes size), IIRC they were created using FreeDOS SYS.COM, which optionally allows to write such files and NOT modify the true boot sector.



Post Reply Where am i? Original Post Top of the thread