forked from xamidev/pepperOS
Setup kernel stack; but process is failing
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#define KERNEL_BASE 0xFFFFFFFF80000000ULL
|
||||
// 2 MB should be enough (as of now, the whole kernel ELF is around 75kb)
|
||||
#define KERNEL_SIZE 0x200000
|
||||
#define KERNEL_STACK_SIZE 65536
|
||||
|
||||
/* heap */
|
||||
#define KHEAP_SIZE (16*1024*1024)
|
||||
|
||||
Reference in New Issue
Block a user