Expand PMF_FN_* macros.
[netbsd-mini2440.git] / share / man / man8 / man8.atari / installboot.8
blob55b8009f251233418fa0471d8dc7bf2afb868bcf
1 .\"     $NetBSD: installboot.8,v 1.12 2004/03/09 20:29:05 wiz Exp $
2 .\"
3 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Paul Kranenburg.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
29 .\"
30 .Dd March 9, 2004
31 .Dt INSTALLBOOT 8 atari
32 .Os
33 .Sh NAME
34 .Nm installboot
35 .Nd install a bootstrap on an FFS filesystem partition
36 .Sh SYNOPSIS
37 .Nm /usr/mdec/installboot
38 .Op Fl Nmtuv
39 .Ar device
40 .Sh DESCRIPTION
41 .Nm
42 prepares the
43 .Pq physically
44 first partition on a device for boot-strapping from the TOS-ROM.
45 The bootstrap is written into the bootblock area on the partition, right
46 in front of the disk pack label, and hence limited in size to
47 .Dv LABELOFFSET
48 bytes.
49 A disk pack label should be created
50 .Po
51 see
52 .Xr disklabel 8
53 .Pc
54 before installing the bootstrap.
55 .Pp
56 The bootstrap is split into three parts: a small first-stage program
57 that resides in the
58 .Pq physically
59 first 512 bytes on the device
60 .Pq as specified by Atari Corp. ,
61 a second-stage program that immediately follows the first-stage
62 program, and a third-stage program that resides on the root filesystem.
63 The first-stage program is loaded into memory by the ROM.
64 After receiving control, it loads the second-stage program and the
65 disk label.
66 The second-stage boot program uses the stand-alone
67 filesystem code in
68 .Dq libsa.a
69 to load the third-stage boot program from the root-filesystem on the device.
70 The third-stage boot program then loads the kernel.
71 The prototype code for the first-stage boot program can be found in
72 .Pa /usr/mdec/std/fdboot
73 .Pq floppy disk code ,
74 .Pa /usr/mdec/std/sdboot
75 .Pq SCSI disk code
76 and
77 .Pa /usr/mdec/std/wdboot
78 .Pq IDE disk code .
79 The second-stage boot program is stored in
80 .Pa /usr/mdec/std/bootxx .
81 and the third-stage boot program is stored in
82 .Pa /usr/mdec/std/boot.atari .
83 The boot code for Milan machines is different from the other machines and
84 the files for the Milan can be found in the directory
85 .Pa /usr/mdec/milan .
86 Note that the Milan uses the SCSI disk code for both SCSI and IDE disks.
87 .Pp
88 For backwards compatibility with the vendor specific AHDI disk
89 label, a\ special first-stage boot program is provided in
90 .Pa /usr/mdec/std/xxboot.ahdi .
91 Together with the general second-stage boot program, it is installed
92 in the AHDI partition where the
93 .Nx
94 disk label lives.
95 Furthermore,
96 the AHDI specifications require an additional bootstrap, which is
97 written into the AHDI root sector
98 .Pq disk block zero .
99 The prototype code for this AHDI compliant bootstrap can be found in
100 .Pa /usr/mdec/std/sdb00t.ahdi
102 .Pa /usr/mdec/std/wdb00t.ahdi ,
103 or the equivalents in
104 .Pa /usr/mdec/milan .
106 Perform the following steps to make a file system bootable:
107 .Bl -enum
109 Copy the secondary bootstrap (either
110 .Pa /usr/mdec/std/boot.atari
112 .Pa /usr/mdec/milan/boot.atari )
113 to the root directory of the target file system.
117 to install the primary and secondary bootstrap programs
118 (from
119 .Pa /usr/mdec/std
121 .Pa /usr/mdec/milan )
122 into the
123 .Ar filesystem .
126 The options are as follows:
127 .Bl -tag -width flag
128 .It Fl N
129 Do not actually write anything on the disk.
130 .It Fl m
131 Use Milan boot code.
132 .It Fl t
133 Number of tracks per cylinder (IDE disk).
134 .It Fl u
135 Number of sectors per track (IDE disk).
136 .It Fl v
137 Verbose mode.
140 The arguments are:
141 .Bl -tag -width device
142 .It Ar device
143 The name of the device on which the bootstrap is to be installed.
145 .Sh EXAMPLES
146 The following command will install the first-stage and second-stage
147 boot programs in the bootblock area on
148 .Dq sd0c :
149 .Bd -literal -offset indent
150 installboot sd0
152 .Sh SEE ALSO
153 .Xr bootpref 8 ,
154 .Xr disklabel 8
155 .Sh HISTORY
158 command first appeared in
159 .Nx 1.1
160 .Sh BUGS
162 knows too much about kernel internal details, forcing it to
163 check the running kernel's release and revision.
165 Because neither the floppy disk driver nor
166 .Xr disklabel 8
167 are capable of creating a disk pack label on a floppy disk,
169 has to create a\ fictitious label, that is not used by the kernel.
171 Except for installation of the bootcode on floppy,
173 automatically sets the boot preference in NVRAM to
174 .Nx .