mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
Correcting bug #82
This commit is contained in:
parent
ecb3021d8c
commit
0532fa6421
@ -31,7 +31,7 @@ global newStackEnd
|
|||||||
global GDT64
|
global GDT64
|
||||||
|
|
||||||
[section .text]
|
[section .text]
|
||||||
KERNEL_STACK equ 1 * 1024 * 1024 ; 1MB of stack
|
KERNEL_STACK equ 8 * 1024 * 1024 ; 8MB of stack
|
||||||
newKernelEnd dq 0x0
|
newKernelEnd dq 0x0
|
||||||
newStackEnd dq 0x0
|
newStackEnd dq 0x0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user