xref: /titanic_52/usr/src/psm/stand/bootblks/hsfs/common/boot-hsfs.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\
21986fd29aSsetje\
22*c713350eSJohn Johnson\ Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*c713350eSJohn Johnson\ Use is subject to license terms.
24*c713350eSJohn Johnson\
25986fd29aSsetje
26986fd29aSsetjepurpose: HSFS file system support package for NewBoot
27*c713350eSJohn Johnsoncopyright: Copyright 2009 Sun Microsystems, Inc. All Rights Reserved
28986fd29aSsetje
29986fd29aSsetje
30986fd29aSsetje: fs-pkg$   " hsfs-file-system"  ;
31986fd29aSsetje: fs-type$  " hsfs"  ;
32986fd29aSsetje
33986fd29aSsetje\ load common words
34986fd29aSsetjefload ../../../common/util.fth
35986fd29aSsetje
36986fd29aSsetje\ load fs reader
37986fd29aSsetjefload ../../common/hsfs.fth
38986fd29aSsetje
39986fd29aSsetje\ load booter
40986fd29aSsetjefload ../../../common/boot.fth
41