feat(loader, kernel): impl part of loader and initialize kernel structure
This commit is contained in:
6
arch/x86_64/boot/include/boot.h
Normal file
6
arch/x86_64/boot/include/boot.h
Normal 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)
|
||||
Reference in New Issue
Block a user