fastboot revision 1.2 1 | $NetBSD: fastboot,v 1.2 2002/06/13 08:41:52 gavan 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 Set NetBSD$MDF ADFS::4.$.AKF85
15 Set NetBSD$ScreenMode "X1024 Y768 C256"
16
17 | Select Kernel, Root and Bootoptions
18 | add `oldkernel' to BootOptions for booting old a.out kernels
19 |
20 If "%*0" = "" Then Set NetBSD$Kernel UnixFS:$.netbsd Else Set NetBSD$Kernel %*0
21 Set NetBSD$Root /dev/wd0a
22 Set NetBSD$BootOptions maxproc=64 noftp symtab
23
24 | Set WimpSlot (suit as you like ... to little won't boot correctly)
25 *Wimpslot 7000k
26
27
28 | End of options
29 | -----------------------
30 | Set environment and try to boot NetBSD!
31 |
32 loadmodefile <NetBSD$MDF>
33 Set Alias$SetNetBSDMode Wimpmode <NetBSD$ScreenMode>
34 SetNetBSDMode
35
36 Set Alias$RunNetBSD <BtNetBSD$Dir>.BtNetBSD <NetBSD$Kernel> root=<NetBSD$Root> <NetBSD$BootOptions>
37
38 RunNetBSD
39