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

svn at openbios.org svn at openbios.org
Wed May 28 21:15:46 CEST 2008


Author: wmb
Date: 2008-05-28 21:15:45 +0200 (Wed, 28 May 2008)
New Revision: 830

Modified:
   cpu/x86/pc/olpc/security.fth
Log:
OLPC - made the "enter" client service check the security state,
so you can only get to the ok prompt that way if you have security
disabled or a developer key.



Modified: cpu/x86/pc/olpc/security.fth
===================================================================
--- cpu/x86/pc/olpc/security.fth	2008-05-28 19:13:34 UTC (rev 829)
+++ cpu/x86/pc/olpc/security.fth	2008-05-28 19:15:45 UTC (rev 830)
@@ -571,6 +571,10 @@
    stand-init-io
    " wp" find-tag  if  2drop  true to secure?  then
 ;
+
+dev /client-services
+: enter  ( -- )  secure? 0=  security-off?  or  if  visible enter  then  ;
+dend
 warning !
 
 : message-and-off  ( -- )




More information about the OpenBIOS mailing list