qemu_x86_tiny: enable demand paging
This target is specifically for simulating x86 micro- controllers with limited memory. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
7711c9a82d
commit
cd0a50d5c9
1 changed files with 3 additions and 1 deletions
|
@ -25,3 +25,5 @@ CONFIG_KERNEL_VM_SIZE=0x400000
|
|||
CONFIG_KERNEL_VM_BASE=0x0
|
||||
CONFIG_KERNEL_VM_OFFSET=0x100000
|
||||
CONFIG_X86_KERNEL_OFFSET=0
|
||||
CONFIG_DEMAND_PAGING=y
|
||||
CONFIG_BACKING_STORE_RAM=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue