xref: /titanic_41/usr/src/psm/stand/bootblks/ufs/common/boot-ufs.fth (revision 67e3a03ed4a2813074d36330f062ed6e593a4937)
1
2
3\ ident	"%Z%%M%	%I%	%E% SMI"
4\ Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
5\ Use is subject to license terms.
6\
7\ CDDL HEADER START
8\
9\ The contents of this file are subject to the terms of the
10\ Common Development and Distribution License (the "License").
11\ You may not use this file except in compliance with the License.
12\
13\ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14\ or http://www.opensolaris.org/os/licensing.
15\ See the License for the specific language governing permissions
16\ and limitations under the License.
17\
18\ When distributing Covered Code, include this CDDL HEADER in each
19\ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20\ If applicable, add the following below this CDDL HEADER, with the
21\ fields enclosed by brackets "[]" replaced with your own identifying
22\ information: Portions Copyright [yyyy] [name of copyright owner]
23\
24\ CDDL HEADER END
25\
26
27
28id: %Z%%M%	%I%	%E% SMI
29purpose: UFS bootblock for sun4u platforms
30copyright: Copyright 2006 Sun Microsystems, Inc. All Rights Reserved
31
32\ add headers
33create doheaders
34
35: fs-pkg$   " ufs-file-system"  ;
36: fs-type$  " ufs"  ;
37
38\ load common words
39fload ../../../common/util.fth
40
41\ load fs reader
42fload ../../common/ufs.fth
43
44\ load booter
45fload ../../../common/boot.fth
46