Changeset 3000
- Timestamp:
- Jun 6, 2012 12:03:10 PM (13 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/banner.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/banner.fth
r2993 r3000 135 135 ; 136 136 137 : check-tags ( -- ) 138 " TS" find-tag if " SHIP" $= if exit then 139 red-letters 140 ." WARNING! TS tag is not SHIP" cr 141 cancel 142 then 143 ; 144 137 145 : (xbanner-basics) ( -- ) 138 146 ?spaces cpu-model type ." , " .cpu-speed ." , " .memory-brief … … 141 149 ?spaces .rom ." " .ec ." " .clock 142 150 check-internal-partitions 151 check-tags 143 152 ; 144 153 ' (xbanner-basics) to banner-basics
Note: See TracChangeset
for help on using the changeset viewer.
