nuttx/boards/risc-v/qemu-rv/rv-virt
Tiago Medicci Serrano c67502d9b4 riscv: Implement page-fault exception and on-demand paging
When an application is being loaded `up_addrenv_create ` calls
`create_region` to create the address environment. Only the first
entry is mapped when the region is created. Virtual memory that is
not mapped will trigger an exception when accessed. Other memory
pages are allocated and mapped on-demand. This enables setting
larger heap and stack for the process without compromising the
overall system memory.
2024-03-05 09:45:49 +08:00
..
configs riscv: Implement page-fault exception and on-demand paging 2024-03-05 09:45:49 +08:00
include sched: move etc romfs mount from nsh to sched/init 2024-01-09 21:29:46 -03:00
scripts rv-virt: Add .init_section to linker script 2024-02-27 21:25:20 +08:00
src risc-v/qemu-rv/rv-virt: Add support to loader ROMFS image in kernel 2024-02-07 19:46:42 -08:00
CMakeLists.txt cmake:init RISC-V cmake qemu-rv build 2023-10-26 21:01:46 +08:00
Kconfig