xref: /onnv-gate/usr/src/psm/stand/bootblks/hsfs/common/boot-hsfs.fth (revision 9941:eb1c075cb0e4)
15648Ssetje\
25648Ssetje\ CDDL HEADER START
35648Ssetje\
45648Ssetje\ The contents of this file are subject to the terms of the
55648Ssetje\ Common Development and Distribution License (the "License").
65648Ssetje\ You may not use this file except in compliance with the License.
75648Ssetje\
85648Ssetje\ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95648Ssetje\ or http://www.opensolaris.org/os/licensing.
105648Ssetje\ See the License for the specific language governing permissions
115648Ssetje\ and limitations under the License.
125648Ssetje\
135648Ssetje\ When distributing Covered Code, include this CDDL HEADER in each
145648Ssetje\ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155648Ssetje\ If applicable, add the following below this CDDL HEADER, with the
165648Ssetje\ fields enclosed by brackets "[]" replaced with your own identifying
175648Ssetje\ information: Portions Copyright [yyyy] [name of copyright owner]
185648Ssetje\
195648Ssetje\ CDDL HEADER END
205648Ssetje\
215648Ssetje\
22*9941SJohn.Johnson@Sun.COM\ Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*9941SJohn.Johnson@Sun.COM\ Use is subject to license terms.
24*9941SJohn.Johnson@Sun.COM\
255648Ssetje
265648Ssetjepurpose: HSFS file system support package for NewBoot
27*9941SJohn.Johnson@Sun.COMcopyright: Copyright 2009 Sun Microsystems, Inc. All Rights Reserved
285648Ssetje
295648Ssetje
305648Ssetje: fs-pkg$   " hsfs-file-system"  ;
315648Ssetje: fs-type$  " hsfs"  ;
325648Ssetje
335648Ssetje\ load common words
345648Ssetjefload ../../../common/util.fth
355648Ssetje
365648Ssetje\ load fs reader
375648Ssetjefload ../../common/hsfs.fth
385648Ssetje
395648Ssetje\ load booter
405648Ssetjefload ../../../common/boot.fth
41