Re: [Freedos-kernel] Kernel source modifications.

2006-02-22 Thread Kenneth J. Davis
Charles Doty wrote: > I modified the following files to allow the kernel to boot from a floppy > without all of the delays: > config.c (around line 693): ... Is there a specific reason to compile out the check and not simply use the config option to disable the 2 second f5/f8 check? I will ch

[Freedos-kernel] Kernel source modifications.

2006-02-22 Thread Charles Doty
I modified the following files to allow the kernel to boot from a floppy without all of the delays: config.c (around line 693): I added the #ifndef/endif part #ifndef BOOTINGFAST/* Do not display f5/f8 message. Boot to floppy. */ else { if (SkipLine(pLineStart)) /* F5/F8 process