Support for new NBKernel filetype. The user can now double click a NetBSD
kernel to boot straight into that kernel.
This commit is contained in:
parent
679a365ac1
commit
dab70e6816
|
@ -1,7 +1,11 @@
|
|||
|
|
||||
| $NetBSD: !Boot,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $
|
||||
| $NetBSD: !Boot,v 1.2 2002/06/13 08:41:52 gavan Exp $
|
||||
| boot file for !BtNetBSD application
|
||||
|
|
||||
IconSprites <Obey$Dir>.!Sprites
|
||||
Set File$Type_fe6 Unix
|
||||
Set File$Type_1a9 NBKernel
|
||||
Set BtNetBSD$Dir <Obey$Dir>
|
||||
|
||||
Set Alias$@RunType_1a9 Run <BtNetBSD$Dir>.!Run %%*0
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
| $NetBSD: !Run,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $
|
||||
| $NetBSD: !Run,v 1.2 2002/06/13 08:41:52 gavan Exp $
|
||||
|
|
||||
| run file for !BtNetBSD application
|
||||
|
|
||||
|
@ -11,4 +11,4 @@ Set BtNetBSD$Dir <Obey$Dir>
|
|||
| needs the memfix module
|
||||
|
||||
Run <BtNetBSD$Dir>.checkro403
|
||||
Obey <BtNetBSD$Dir>.fastboot
|
||||
Obey <BtNetBSD$Dir>.fastboot %*0
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
| $NetBSD: fastboot,v 1.1.1.1 2002/05/09 20:03:58 jdolecek Exp $
|
||||
| $NetBSD: fastboot,v 1.2 2002/06/13 08:41:52 gavan Exp $
|
||||
|
|
||||
| Fast boot configuration file, edit by hand, save and run !BtNetBSD
|
||||
| Part of !BtNetBSD
|
||||
|
|
||||
|
||||
| First mount the root partition wd0a in this case for the kernel
|
||||
Run <BtNetBSD$Dir>.native.mountufs ADFS 4
|
||||
If "%*0" = "" Then Run <BtNetBSD$Dir>.native.mountufs ADFS 4
|
||||
|
||||
| Run The PreBoot file for various extra settings nessisary
|
||||
Run <BtNetBSD$Dir>.PreBoot
|
||||
|
@ -17,7 +17,7 @@ Set NetBSD$ScreenMode "X1024 Y768 C256"
|
|||
| Select Kernel, Root and Bootoptions
|
||||
| add `oldkernel' to BootOptions for booting old a.out kernels
|
||||
|
|
||||
Set NetBSD$Kernel UnixFS:$.netbsd
|
||||
If "%*0" = "" Then Set NetBSD$Kernel UnixFS:$.netbsd Else Set NetBSD$Kernel %*0
|
||||
Set NetBSD$Root /dev/wd0a
|
||||
Set NetBSD$BootOptions maxproc=64 noftp symtab
|
||||
|
||||
|
|
Loading…
Reference in New Issue