1| $NetBSD: fastboot,v 1.3 2002/11/03 12:46:29 bjh21 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
8If "%*0" = "" Then Run <BtNetBSD$Dir>.native.mountufs ADFS 4
9
10| Run The PreBoot file for various extra settings necessary
11Run <BtNetBSD$Dir>.PreBoot
12
13| Select the monitor defintion file and screenmode
14Set NetBSD$MDF ADFS::4.$.AKF85
15Set NetBSD$ScreenMode "X1024 Y768 C256"
16
17| Select Kernel, Root and Bootoptions
18| add `oldkernel' to BootOptions for booting old a.out kernels
19|
20If "%*0" = "" Then Set NetBSD$Kernel UnixFS:$.netbsd Else Set NetBSD$Kernel %*0
21Set NetBSD$Root /dev/wd0a
22Set 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|
32loadmodefile <NetBSD$MDF>
33Set Alias$SetNetBSDMode Wimpmode <NetBSD$ScreenMode>
34SetNetBSDMode
35
36Set Alias$RunNetBSD <BtNetBSD$Dir>.BtNetBSD <NetBSD$Kernel> root=<NetBSD$Root> <NetBSD$BootOptions>
37
38RunNetBSD
39