summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-08-22 04:30:53 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-08-22 04:30:53 +0000
commit2a2e3e6dac08542a93ccd096232481c4008757d0 (patch)
tree5849a634b3b287c8858a9680b1d0560d92e69ac0 /sys/arch/sparc64
parent5acde16a49d22e7dc41628b2a70092413e82fd41 (diff)
default kernel is 'bsd' around here
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/stand/ofwboot/ofdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/ofdev.h b/sys/arch/sparc64/stand/ofwboot/ofdev.h
index 3acf80de10a..c4091be46dd 100644
--- a/sys/arch/sparc64/stand/ofwboot/ofdev.h
+++ b/sys/arch/sparc64/stand/ofwboot/ofdev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ofdev.h,v 1.2 2001/08/20 19:55:33 jason Exp $ */
+/* $OpenBSD: ofdev.h,v 1.3 2001/08/22 04:30:52 jason Exp $ */
/* $NetBSD: ofdev.h,v 1.1 2000/08/20 14:58:41 mrg Exp $ */
/*
@@ -45,7 +45,7 @@ struct of_dev {
#define OFDEV_NET 1
#define OFDEV_DISK 2
-#define DEFAULT_KERNEL "/netbsd"
+#define DEFAULT_KERNEL "/bsd"
extern char opened_name[];
extern int floppyboot;