Changeset 2589
- Timestamp:
- Oct 11, 2011 10:19:10 PM (20 months ago)
- File:
-
- 1 edited
-
cpu/x86/pc/olpc/security.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/security.fth
r2586 r2589 1231 1231 2drop ( ) 1232 1232 ['] secure-load-ramdisk to load-ramdisk 1233 " init-program" $find if 1234 \ set-cmdline 1235 execute 1236 sound-end 1237 go 1233 " init-program" $find if ( xt ) 1234 \ set-cmdline ( xt ) 1235 catch ?dup if ( error ) 1236 .error ( ) 1237 else ( ) 1238 sound-end ( ) 1239 ['] go guarded ( ) 1240 then 1238 1241 then 1239 1242 show-x
Note: See TracChangeset
for help on using the changeset viewer.
