Fix heap/page table overlap; Switch to 1Kb pages
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2881 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
33e0bdda8a
commit
b691af3803
@ -399,13 +399,13 @@ CONFIG_SIG_SIGWORK=4
|
||||
# page table entry to use for the vector mapping.
|
||||
#
|
||||
CONFIG_PAGING=y
|
||||
CONFIG_PAGING_PAGESIZE=4096
|
||||
CONFIG_PAGING_NLOCKED=8
|
||||
CONFIG_PAGING_PAGESIZE=1024
|
||||
CONFIG_PAGING_NLOCKED=36
|
||||
#CONFIG_PAGING_LOCKED_PBASE
|
||||
#CONFIG_PAGING_LOCKED_VBASE
|
||||
CONFIG_PAGING_NPPAGED=24
|
||||
CONFIG_PAGING_NVPAGED=96
|
||||
CONFIG_PAGING_NDATA=12
|
||||
CONFIG_PAGING_NPPAGED=96
|
||||
CONFIG_PAGING_NVPAGED=384
|
||||
CONFIG_PAGING_NDATA=44
|
||||
#CONFIG_PAGING_DEFPRIO
|
||||
CONFIG_PAGING_STACKSIZE=2048
|
||||
CONFIG_PAGING_BLOCKINGFILL=y
|
||||
|
Loading…
Reference in New Issue
Block a user