usr/src/psm/stand/bootblks/zfs/common/boot-zfs.fth
changeset 6423 437422a29d3a
parent 5648 161f8007cab9
child 7050 cd1c0bdd0838
--- a/usr/src/psm/stand/bootblks/zfs/common/boot-zfs.fth	Fri Apr 11 16:15:33 2008 -0700
+++ b/usr/src/psm/stand/bootblks/zfs/common/boot-zfs.fth	Fri Apr 11 18:36:28 2008 -0700
@@ -1,7 +1,7 @@
 
 
 \ ident	"%Z%%M%	%I%	%E% SMI"
-\ Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+\ Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 \ Use is subject to license terms.
 \
 \ CDDL HEADER START
@@ -29,6 +29,12 @@
 purpose: ZFS bootblock
 copyright: Copyright 2006 Sun Microsystems, Inc. All Rights Reserved
 
+\ big bootblk
+create doheaders
+create bigbootblk
+d# 8192  constant  /fs-fcode
+d# 8192  constant  fs-offset
+
 \ for [ifdef] zfs
 create zfs
 
@@ -38,8 +44,5 @@
 \ load common words
 fload ../../../common/util.fth
 
-\ load fs reader
-fload ../../common/zfs.fth
-
 \ load booter
 fload ../../../common/boot.fth