summaryrefslogtreecommitdiff
path: root/kernel/memory/virtalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/memory/virtalloc.c')
-rw-r--r--kernel/memory/virtalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/memory/virtalloc.c b/kernel/memory/virtalloc.c
index 1c83427..e82ac96 100644
--- a/kernel/memory/virtalloc.c
+++ b/kernel/memory/virtalloc.c
@@ -81,7 +81,7 @@ static void free_node(struct virt_ctx *ctx, struct virt_addr_node *node)
void virtaddr_init(struct virt_ctx *ctx)
{
struct virt_addr_node init = {
- .start = 0x400000, // third page table
+ .start = 0x600000, // third pd
.end = 0x1000000000000, // 48bit memory address max
.next = NULL,
.prev = NULL,