Update of /cvsroot/blob/blob/include/blob
In directory usw-pr-cvs1:/tmp/cvs-serv16942/include/blob
Modified Files:
main.h
Log Message:
allow 0 boot_delay
Index: main.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/main.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- main.h 6 Jan 2002 18:59:40 -0000 1.6
+++ main.h 27 Apr 2002 08:11:58 -0000 1.7
@@ -66,7 +66,7 @@
serial_baud_t terminalSpeed;
int load_ramdisk;
- int boot_delay;
+ int boot_delay; /* -1 == no-autoboot */
char cmdline[COMMAND_LINE_SIZE];
|