Changeset 2953
- Timestamp:
- Apr 25, 2012 6:53:43 AM (13 months ago)
- File:
-
- 1 edited
-
ofw/fs/ext2fs/layout.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ofw/fs/ext2fs/layout.fth
r2816 r2953 72 72 exit ( -- false ) 73 73 then ( adr ) 74 int@ u>d true ( d.physical-block# true ) 74 int@ dup 0<> if ( u.physical-block# ) 75 u>d true ( -- d.physical-block# true ) 76 then ( -- false ) \ there is no physical block 75 77 ; 76 78
Note: See TracChangeset
for help on using the changeset viewer.
