From 2c6fc8676c4d04b5928a45cda88861fb770cc208 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 22 Oct 1995 06:50:56 +0000 Subject: kernel name is _PATH_UNIX --- sys/arch/sparc/stand/boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc') diff --git a/sys/arch/sparc/stand/boot.c b/sys/arch/sparc/stand/boot.c index 5b423db0ad2..951d7fc81f2 100644 --- a/sys/arch/sparc/stand/boot.c +++ b/sys/arch/sparc/stand/boot.c @@ -39,6 +39,7 @@ #include #include #include +#include #include "promdev.h" @@ -50,7 +51,6 @@ int netif_debug; /* * Boot device is derived from ROM provided information. */ -#define DEFAULT_KERNEL "netbsd" extern char *version; unsigned long esym; @@ -73,7 +73,7 @@ main() file = prom_bootfile; if (file == 0 || *file == 0) - file = DEFAULT_KERNEL; + file = _PATH_UNIX; for (;;) { if (prom_boothow & RB_ASKNAME) { -- cgit v1.2.3