diff options
Diffstat (limited to 'sys/arch/sparc64/stand/ofwboot/boot.c')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/boot.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/boot.c b/sys/arch/sparc64/stand/ofwboot/boot.c index ff7f3820bb0..417f59066b4 100644 --- a/sys/arch/sparc64/stand/ofwboot/boot.c +++ b/sys/arch/sparc64/stand/ofwboot/boot.c @@ -68,19 +68,8 @@ * this list is used in sequence, to find a kernel. */ char *kernels[] = { - "netbsd ", - "netbsd.gz ", - "netbsd.old ", - "netbsd.old.gz ", - "onetbsd ", - "onetbsd.gz ", - "vmunix ", -#ifdef notyet - "netbsd.pl ", - "netbsd.pl.gz ", - "netbsd.el ", - "netbsd.el.gz ", -#endif + "bsd ", + "obsd ", NULL }; |