xref: /titanic_41/usr/src/psm/stand/bootblks/zfs/common/boot-zfs.fth (revision fc7a376ec44146b66b5d6bc4ed92ba311773e202)
1986fd29aSsetje\
2986fd29aSsetje\ CDDL HEADER START
3986fd29aSsetje\
4986fd29aSsetje\ The contents of this file are subject to the terms of the
5986fd29aSsetje\ Common Development and Distribution License (the "License").
6986fd29aSsetje\ You may not use this file except in compliance with the License.
7986fd29aSsetje\
8986fd29aSsetje\ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9986fd29aSsetje\ or http://www.opensolaris.org/os/licensing.
10986fd29aSsetje\ See the License for the specific language governing permissions
11986fd29aSsetje\ and limitations under the License.
12986fd29aSsetje\
13986fd29aSsetje\ When distributing Covered Code, include this CDDL HEADER in each
14986fd29aSsetje\ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15986fd29aSsetje\ If applicable, add the following below this CDDL HEADER, with the
16986fd29aSsetje\ fields enclosed by brackets "[]" replaced with your own identifying
17986fd29aSsetje\ information: Portions Copyright [yyyy] [name of copyright owner]
18986fd29aSsetje\
19986fd29aSsetje\ CDDL HEADER END
20986fd29aSsetje\
21c713350eSJohn Johnson\
22c713350eSJohn Johnson\ Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23c713350eSJohn Johnson\ Use is subject to license terms.
24c713350eSJohn Johnson\
25986fd29aSsetje
26986fd29aSsetje
27986fd29aSsetjepurpose: ZFS bootblock
28c713350eSJohn Johnsoncopyright: Copyright 2009 Sun Microsystems, Inc. All Rights Reserved
29986fd29aSsetje
30e7cbe64fSgw25295\ big bootblk
31e7cbe64fSgw25295create bigbootblk
32*fc7a376eSToomas Soomed# 16384  constant  /fs-fcode
33cec46707Sgw25295
34cec46707Sgw25295\ Set the offset to the correct zfs boot block area. This area is at offset 512K
35cec46707Sgw25295d# 512 d# 1024 * constant  fs-offset
36e7cbe64fSgw25295
37986fd29aSsetje\ for [ifdef] zfs
38986fd29aSsetjecreate zfs
39986fd29aSsetje
40986fd29aSsetje: fs-pkg$   " zfs-file-system"  ;
41986fd29aSsetje: fs-type$  " zfs"  ;
42986fd29aSsetje
43986fd29aSsetje\ load common words
44986fd29aSsetjefload ../../../common/util.fth
45986fd29aSsetje
46986fd29aSsetje\ load booter
47986fd29aSsetjefload ../../../common/boot.fth
48