Changeset 3068
- Timestamp:
- Jul 18, 2012 4:56:18 AM (10 months ago)
- Location:
- ofw
- Files:
-
- 2 edited
-
disklabel/common.fth (modified) (1 diff)
-
fs/cdfs/partition.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ofw/disklabel/common.fth
r2418 r3068 20 20 0 instance value sector-offset 21 21 22 \ For ISO-9660 CD-ROMs 22 \ For ISO-9660 CD-ROMs, ISO-9660 flash or hard drives, and GPT 23 23 : read-hw-sector ( sector# -- ) 24 24 sector-offset + /sector um* " seek" $call-parent abort" Seek failed" -
ofw/fs/cdfs/partition.fth
r1738 r3068 5 5 \ system volume, as determined by reading the primary volume descriptor. 6 6 : iso-9660? ( -- flag ) 7 d# 16 ['] read-hw-sector catch if drop false exit then 7 d# 16 /sector h# 200 = if 4* then 8 ['] read-hw-sector catch if drop false exit then 8 9 sector-buf c@ 1 = sector-buf 1+ 5 " CD001" $= and dup if ( flag ) 9 10 iso-type to partition-type
Note: See TracChangeset
for help on using the changeset viewer.
