Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/conf Comment out MEMORY_DISK_HOOKS as a work...
details: https://anonhg.NetBSD.org/src/rev/a7faa7af4a40
branches: trunk
changeset: 533140:a7faa7af4a40
user: toshii <toshii%NetBSD.org@localhost>
date: Sat Jun 22 13:04:00 2002 +0000
description:
Comment out MEMORY_DISK_HOOKS as a workarund for the following problem.
hpcarm has a bug which prevents booting if kernel text+data size exceeds
3.75MB.
diffstat:
sys/arch/hpcarm/conf/IPAQ | 4 ++--
sys/arch/hpcarm/conf/JORNADA720 | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r b5162da0dfdb -r a7faa7af4a40 sys/arch/hpcarm/conf/IPAQ
--- a/sys/arch/hpcarm/conf/IPAQ Sat Jun 22 13:02:39 2002 +0000
+++ b/sys/arch/hpcarm/conf/IPAQ Sat Jun 22 13:04:00 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IPAQ,v 1.21 2002/06/17 05:14:10 lukem Exp $
+# $NetBSD: IPAQ,v 1.22 2002/06/22 13:04:00 toshii Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@@ -92,7 +92,7 @@
# Device options
-options MEMORY_DISK_HOOKS # boottime setup of ramdisk
+#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
#options MEMORY_DISK_IS_ROOT # use memory disk as root
diff -r b5162da0dfdb -r a7faa7af4a40 sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720 Sat Jun 22 13:02:39 2002 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720 Sat Jun 22 13:04:00 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: JORNADA720,v 1.21 2002/06/17 05:14:10 lukem Exp $
+# $NetBSD: JORNADA720,v 1.22 2002/06/22 13:04:00 toshii Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.21 $"
+#ident "GENERIC-$Revision: 1.22 $"
# estimated number of users
maxusers 32
@@ -94,7 +94,7 @@
# Device options
-options MEMORY_DISK_HOOKS # boottime setup of ramdisk
+#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
#options MEMORY_DISK_IS_ROOT # use memory disk as root
Home |
Main Index |
Thread Index |
Old Index