boot cpio fs映射到用户态

This commit is contained in:
zhangzheng
2024-04-07 15:04:30 +00:00
parent a001a26bfe
commit b30ec9575d
17 changed files with 388 additions and 16 deletions

View File

@@ -12,6 +12,14 @@ if KNL_INFO
config MMU
bool "support mmu"
default n
if MMU
config MSG_BUF_VADDR
hex "msg buf vaddr in task."
default 0xE0000000
config BOOT_FS_VADDR
hex "boot fs vaddr in init task."
default 0xE0001000
endif
config PAGE_SHIFT
int "page shift"
default 9