fastboot revision 1.5
1| $NetBSD: fastboot,v 1.5 2003/09/26 22:25:21 wiz 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 definition 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| 22If "%*0" = "" Then Set NetBSD$Kernel UnixFS:$.netbsd Else Set NetBSD$Kernel %*0 23Set NetBSD$Root /dev/wd0a 24Set 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| 34If "<NetBSD$MDF>" <> "" Then loadmodefile <NetBSD$MDF> 35If "<NetBSD$ScreenMode>" <> "" Then Set Alias$SetNetBSDMode Wimpmode <NetBSD$ScreenMode> 36If "<NetBSD$ScreenMode>" <> "" Then SetNetBSDMode 37 38Set Alias$RunNetBSD <BtNetBSD$Dir>.BtNetBSD <NetBSD$Kernel> root=<NetBSD$Root> <NetBSD$BootOptions> 39 40RunNetBSD 41