From 5481a864cda1d6232e8383d11227e2402df106e3 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 26 Oct 1995 01:11:57 +0000 Subject: update from netbsd tree --- sys/arch/pc532/stand/Makefile | 6 +++--- sys/arch/pc532/stand/boot.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/pc532/stand') 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); -- cgit v1.2.3