Author: wmb Date: Tue Oct 12 20:04:47 2010 New Revision: 1972 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1972
Log: Fixed a comment.
Modified: ofw/fs/ext2fs/partition.fth
Modified: ofw/fs/ext2fs/partition.fth ============================================================================== --- ofw/fs/ext2fs/partition.fth Fri Oct 8 09:51:35 2010 (r1971) +++ ofw/fs/ext2fs/partition.fth Tue Oct 12 20:04:47 2010 (r1972) @@ -1,8 +1,7 @@ \ See license at end of file purpose: Ext2/3 partition map decoding support
-\ Returns true if the sector buffer appears to contain an ext2/3 super block -\ which signifies the beginning of a DOS "FAT" file system. +\ Returns true if the sector buffer contains an ext2/3 super block : ext2? ( -- flag ) sector-buf h# 38 + w@ ( magic ) dup h# ef53 = swap h# 53ef = or ( ext2? )
openfirmware@openfirmware.info