e631798833
and make the usermode kernels buildalbe under build.sh. The resulting kernels are build and packaged correctly as are the associated modules.
21 lines
533 B
Plaintext
21 lines
533 B
Plaintext
# $NetBSD: GENERIC_USERMODE,v 1.1 2012/06/30 15:03:57 reinoud Exp $
|
|
|
|
machine usermode
|
|
include "arch/usermode/conf/GENERIC.common"
|
|
include "arch/i386/conf/majors.i386"
|
|
|
|
no options EXEC_ELF64
|
|
|
|
options INSECURE # required by sysinst
|
|
|
|
options TEXTADDR=0x40000000 # 1 Gb `phys ram' / total space
|
|
options KVMSIZE= 0x10000000 # KVM space reserved in VM map, 256 Mb
|
|
options NKMEMPAGES_MAX=32768 # 128 Mb max
|
|
|
|
makeoptions COPTS+="-m32"
|
|
makeoptions LD="ld -melf_i386"
|
|
|
|
#options INCLUDE_CONFIG_FILE
|
|
#ident "GENERIC32-$Revision: 1.1 $"
|
|
|