summaryrefslogtreecommitdiff
path: root/sys/arch/pc532/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-26 01:11:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-26 01:11:57 +0000
commit5481a864cda1d6232e8383d11227e2402df106e3 (patch)
tree087702fdf0898359b8f5c3a47903e2b308472dd8 /sys/arch/pc532/stand
parent01abe6560db24d2714b306fbed741fe58c83a6bb (diff)
update from netbsd tree
Diffstat (limited to 'sys/arch/pc532/stand')
-rw-r--r--sys/arch/pc532/stand/Makefile6
-rw-r--r--sys/arch/pc532/stand/boot.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/pc532/stand/Makefile b/sys/arch/pc532/stand/Makefile
index 0dd6ee9ecf3..e3b12949760 100644
--- a/sys/arch/pc532/stand/Makefile
+++ b/sys/arch/pc532/stand/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.7.2.1 1995/10/17 00:19:13 phil Exp $
+# $NetBSD: Makefile,v 1.7.2.2 1995/10/24 19:23:09 phil Exp $
# @(#)Makefile 8.1 (Berkeley) 6/10/93
#DESTDIR=
STANDDIR=${DESTDIR}/stand
-# load at 0x400000 - 18 * 1024 - 0x10000
+# load at 0x400000 - 30 * 1024 - 0x10000
# that way the boot code will be at the correct
# address if the floppy image is started from memory
# NOTE: alloc() function takes memory after _end
-RELOC= 3EB800
+RELOC= 3E8800
CONS= -DSCNCONSOLE
DEFS= -DSTANDALONE ${CONS}
diff --git a/sys/arch/pc532/stand/boot.c b/sys/arch/pc532/stand/boot.c
index 6301d6f1cd6..bd69ffb0b41 100644
--- a/sys/arch/pc532/stand/boot.c
+++ b/sys/arch/pc532/stand/boot.c
@@ -74,7 +74,7 @@ main()
cninit();
scsiinit();
- printf("\n>> NetBSD BOOT pc532 [$Revision: 1.1 $]\n");
+ printf("\n>> NetBSD BOOT pc532 [$Revision: 1.2 $]\n");
bdev = B_TYPE(bootdev);
bctlr = B_CONTROLLER(bootdev);