fastboot revision 1.1.1.1.2.2 1 | $NetBSD: fastboot,v 1.1.1.1.2.2 2002/12/12 23:26:11 he Exp $
2 |
3 | Fast boot configuration file, edit by hand, save and run !BtNetBSD
4 | Part of !BtNetBSD
5 |
6
7 | First mount the root partition wd0a in this case for the kernel
8 If "%*0" = "" Then Run <BtNetBSD$Dir>.native.mountufs ADFS 4
9
10 | Run The PreBoot file for various extra settings nessisary
11 Run <BtNetBSD$Dir>.PreBoot
12
13 | Select the monitor defintion file and screenmode
14 | Uncomment one or both of these only if you intend to use a different
15 | MDF or screen mode in NetBSD than is configured in RISC OS.
16 |Set NetBSD$MDF BootResources:Configure.Monitors.Acorn.AKF85
17 |Set NetBSD$ScreenMode "X1024 Y768 C256"
18
19 | Select Kernel, Root and Bootoptions
20 | add `oldkernel' to BootOptions for booting old a.out kernels
21 |
22 If "%*0" = "" Then Set NetBSD$Kernel UnixFS:$.netbsd Else Set NetBSD$Kernel %*0
23 Set NetBSD$Root /dev/wd0a
24 Set NetBSD$BootOptions maxproc=64 noftp symtab
25
26 | Set WimpSlot (suit as you like ... to little won't boot correctly)
27 *Wimpslot 7000k
28
29
30 | End of options
31 | -----------------------
32 | Set environment and try to boot NetBSD!
33 |
34 If "<NetBSD$MDF>" <> "" Then loadmodefile <NetBSD$MDF>
35 If "<NetBSD$ScreenMode>" <> "" Then Set Alias$SetNetBSDMode Wimpmode <NetBSD$ScreenMode>
36 If "<NetBSD$ScreenMode>" <> "" Then SetNetBSDMode
37
38 Set Alias$RunNetBSD <BtNetBSD$Dir>.BtNetBSD <NetBSD$Kernel> root=<NetBSD$Root> <NetBSD$BootOptions>
39
40 RunNetBSD
41