Changeset 2981
- Timestamp:
- May 18, 2012 3:54:44 AM (12 months ago)
- File:
-
- 1 edited
-
cpu/x86/pc/olpc/probemem.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/probemem.fth
r1422 r2981 75 75 ; 76 76 77 : show-line ( adr len -- ) (cr type 3 spaces kill-line ; 78 ' show-line to show-status 79 77 80 [ifndef] 8u.h 78 81 : 8u.h ( n -- ) push-hex (.8) type pop-base ; … … 88 91 2dup over swap 3 mmu-map ( rem$ chunk$ ) 89 92 [then] 90 memory-test-suite if 2drop true exit then ( rem$ ) 93 memory-test-suite ( rem$ status ) 94 0<> if 95 " !!Failed!!" show-status cr ( rem$ ) 96 2drop true exit 97 else 98 " Succeeded" show-status cr ( rem$ ) 99 then 91 100 repeat drop 92 101 false
Note: See TracChangeset
for help on using the changeset viewer.
