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.
This commit is contained in:
parent
7d2ac48550
commit
01b6ded4f1
@ -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 @@ options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
# 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
|
||||
|
||||
|
@ -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 @@ include "arch/hpcarm/conf/std.hpcarm"
|
||||
|
||||
#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 @@ options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user