Use a non-standard page size that is supported.

This commit is contained in:
Alan Cox 2011-06-21 12:38:40 +00:00
parent 8fb2868c61
commit 9ed9322551

View File

@ -25,7 +25,7 @@ options LOG2_ID_PAGE_SIZE=27 # 128M
# option: LOG2_PAGE_SIZE
# Specify the log2 size of the page to be used for virtual memory management.
# The page size being equal to 1<<LOG2_PAGE_SIZE.
options LOG2_PAGE_SIZE=15 # 32K
options LOG2_PAGE_SIZE=14 # 16K
# option: SKI
# Build support for running under the ski simulator.