More work on x86_64 build, error handling and IDT
[tpg/acess2.git] / Kernel / arch / x86_64 / start64.asm
index c98afdb..9302c05 100644 (file)
@@ -121,6 +121,6 @@ User_Syscall_Exit:
 
 [section .bss]
 [global gInitialKernelStack]
-       resd    1024*1  ; 1 Page
+       resd    1024*4  ; 4 Pages
 gInitialKernelStack:
 

UCC git Repository :: git.ucc.asn.au