summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/stand/ofdev.h
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1996-12-28 06:09:33 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1996-12-28 06:09:33 +0000
commit64b3ce59bcd0839f7d76e38d308f8e1ca29dcffc (patch)
tree3dbd07d1df74f0ab56be3d79cd8dc9ccd2551486 /sys/arch/powerpc/stand/ofdev.h
parent1709f310d1c13c7d5bb9ade080f1009c782bc9d7 (diff)
Changes necessary to make the kernel compile and boot.
Some merging with NetBSD port.
Diffstat (limited to 'sys/arch/powerpc/stand/ofdev.h')
-rw-r--r--sys/arch/powerpc/stand/ofdev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/stand/ofdev.h b/sys/arch/powerpc/stand/ofdev.h
index d6e0d5231aa..64b1a944a3f 100644
--- a/sys/arch/powerpc/stand/ofdev.h
+++ b/sys/arch/powerpc/stand/ofdev.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: ofdev.h,v 1.2 1996/12/28 06:09:32 rahnds Exp $ */
/* $NetBSD: ofdev.h,v 1.1 1996/09/30 16:35:04 ws Exp $ */
/*
@@ -44,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;