[OpenBIOS] r691 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Sat Oct 20 11:06:34 CEST 2007


Author: wmb
Date: 2007-10-20 11:06:33 +0200 (Sat, 20 Oct 2007)
New Revision: 691

Modified:
   cpu/x86/pc/olpc/countdwn.fth
Log:
OLPC - Increased countdown to 5 seconds because its harder to
catch it with security activated.


Modified: cpu/x86/pc/olpc/countdwn.fth
===================================================================
--- cpu/x86/pc/olpc/countdwn.fth	2007-10-20 07:42:32 UTC (rev 690)
+++ cpu/x86/pc/olpc/countdwn.fth	2007-10-20 09:06:33 UTC (rev 691)
@@ -34,7 +34,7 @@
    false
 ;
 : (interrupt-auto-boot?)  ( -- flag )
-   3
+   5
    ." Type the Esc key to interrupt automatic startup" cr
    show-countdown
 ;




More information about the OpenBIOS mailing list