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 processing */
       continue;
   }
#endif

main.c (Around line 114):
#ifndef BOOTINGFAST    /* Boot to floppy. */
CheckContinueBootFromHarddisk();
#endif

In config.bat:
I added a line:
set ALLCFLAGS=-DBOOTINGFAST



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freedos-kernel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to