From 0532fa642101aed2012cb41f6124131ff9302d81 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 6 Feb 2020 23:17:21 +0100 Subject: [PATCH] Correcting bug #82 --- boot/loader/mem/structures.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/loader/mem/structures.inc b/boot/loader/mem/structures.inc index 2e0a444..5c41e4a 100644 --- a/boot/loader/mem/structures.inc +++ b/boot/loader/mem/structures.inc @@ -31,7 +31,7 @@ global newStackEnd global GDT64 [section .text] -KERNEL_STACK equ 1 * 1024 * 1024 ; 1MB of stack +KERNEL_STACK equ 8 * 1024 * 1024 ; 8MB of stack newKernelEnd dq 0x0 newStackEnd dq 0x0