mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
riscv qemu-rv: fix kernel mapping by enabling CONFIG_MM_KMAP in knsh defconfig
This commit is contained in:
committed by
Alan C. Assis
parent
85f8304227
commit
e82d69533c
@@ -30,6 +30,8 @@ CONFIG_ARCH_HEAP_NPAGES=128
|
||||
CONFIG_ARCH_HEAP_VBASE=0xC0800000
|
||||
CONFIG_ARCH_INTERRUPTSTACK=2048
|
||||
CONFIG_ARCH_KERNEL_STACKSIZE=3072
|
||||
CONFIG_ARCH_KMAP_NPAGES=256
|
||||
CONFIG_ARCH_KMAP_VBASE=0x42000000
|
||||
CONFIG_ARCH_PGPOOL_MAPPING=y
|
||||
CONFIG_ARCH_PGPOOL_PBASE=0x80a00000
|
||||
CONFIG_ARCH_PGPOOL_SIZE=4194304
|
||||
@@ -67,6 +69,7 @@ CONFIG_LIBC_EXECFUNCS=y
|
||||
CONFIG_LIBC_PERROR_STDOUT=y
|
||||
CONFIG_LIBC_STRERROR=y
|
||||
CONFIG_LIBM=y
|
||||
CONFIG_MM_KMAP=y
|
||||
CONFIG_MM_PGALLOC=y
|
||||
CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=6
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
|
||||
Reference in New Issue
Block a user