feat(loader, kernel): impl part of loader and initialize kernel structure

This commit is contained in:
2026-04-11 09:42:09 +08:00
parent 1233ae9e9b
commit 34ccf69569
53 changed files with 1743 additions and 777 deletions

View File

@@ -0,0 +1,6 @@
#define BOOT_HEAP_SIZE (512 * 1024)
#define BOOT_STACK_SIZE (64 * 1024)
#define LOAD_PHYSICAL_ADDR (0x100000)
#define BOOT_PGTABLE_SIZE (32 * 4096)
#define BOOT_INIT_PGTABLE_SIZE (6 * 4096)