Skip to content

Commit 8e87f8c

Browse files
committed
Move kernel memory location to 0x10000
1 parent 4aa4701 commit 8e87f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/fuzzy/memmgr/layout.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// and kernel's pid is 0.
55
#define PID_KERNEL 0
66

7-
#define MEMORY_KERNEL_LOCATION 0xC000
8-
#define MEMORY_KERNEL_SIZE 0xFFFF
7+
#define MEMORY_KERNEL_LOCATION 0x10000
8+
#define MEMORY_KERNEL_SIZE 0x0FFFF
99

1010
#define MEMORY_APPBASE_LOCATION 0x20000
1111
#define MEMORY_APP_SIZE 0x0FFFF

0 commit comments

Comments
 (0)