Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/sparc/bootfs Apply patch (requested by pk):
details: https://anonhg.NetBSD.org/src/rev/aa790507ebb8
branches: netbsd-1-4
changeset: 470775:aa790507ebb8
user: he <he%NetBSD.org@localhost>
date: Sun Jul 09 21:49:46 2000 +0000
description:
Apply patch (requested by pk):
Use the boot loader at 3E0000 instead of 700000, to allow booting
on machines with only 4M in the first physical memory bank.
diffstat:
distrib/sparc/bootfs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f296dcf43e3a -r aa790507ebb8 distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile Sun Jul 09 21:45:35 2000 +0000
+++ b/distrib/sparc/bootfs/Makefile Sun Jul 09 21:49:46 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10.2.4 2000/06/03 15:18:54 he Exp $
+# $NetBSD: Makefile,v 1.10.2.5 2000/07/09 21:49:46 he Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@@ -48,7 +48,7 @@
@echo ""
@echo "installing new bootblocks"
-rm -f ${MOUNT_POINT}/boot
- /usr/mdec/binstall -v -b boot.700000 ffs ${MOUNT_POINT}
+ /usr/mdec/binstall -v -b boot.3E0000 ffs ${MOUNT_POINT}
umount ${MOUNT_POINT}
vnconfig -u ${VND_CDEV}
Home |
Main Index |
Thread Index |
Old Index