Home | History | Annotate | Download | only in stand

Lines Matching refs:the

3 The sun bootblocks are split into two parts: a small 1st-level program that
4 gets written right after the superblock in a partition (and is hence limited
6 in the filesystem proper.
8 The 1st-level program is loaded into memory by the PROM. It loads the second
10 into it by the `installboot' program. The prototype code for the 1st-level
13 The 2nd-level program (`ufsboot') is normally installed in the root FS
14 as `/ufsboot'. It uses the device drivers in the PROM and the stand-alone
15 filesystem code in `libsa.a' to locate and load the kernel.
17 Use the following command to install the 1st-level bootblocks in the
18 root filesystem (on `sd0a') using the file `/boot' as the second level
27 The above only works with securelevel <= 0 (see init.8 manual).
34 installboot would find the inumber for the 2nd stage boot program
35 without having the filesystem mounted so this command can work
36 with securelevel==1 (the default). Doing this requires adding
37 code to read and do a directory lookup in the root...