xref: /titanic_44/usr/src/psm/stand/bootblks/ufs/common/boot-ufs.fth (revision c713350eb0c205161e2a4ab06cd996300721ac78)
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\
21*c713350eSJohn Johnson\
22*c713350eSJohn Johnson\ Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*c713350eSJohn Johnson\ Use is subject to license terms.
24*c713350eSJohn Johnson\
25986fd29aSsetje
26986fd29aSsetje
27986fd29aSsetjepurpose: UFS bootblock for sun4u platforms
28*c713350eSJohn Johnsoncopyright: Copyright 2009 Sun Microsystems, Inc. All Rights Reserved
29986fd29aSsetje
30986fd29aSsetje
31986fd29aSsetje: fs-pkg$   " ufs-file-system"  ;
32986fd29aSsetje: fs-type$  " ufs"  ;
33986fd29aSsetje
34986fd29aSsetje\ load common words
35986fd29aSsetjefload ../../../common/util.fth
36986fd29aSsetje
37986fd29aSsetje\ load fs reader
38986fd29aSsetjefload ../../common/ufs.fth
39986fd29aSsetje
40986fd29aSsetje\ load booter
41986fd29aSsetjefload ../../../common/boot.fth
42