No more double faults B-)

This commit is contained in:
2024-08-07 13:38:21 +02:00
parent cf7a7303e3
commit 1e385af53c
16 changed files with 496 additions and 155 deletions

View File

@@ -33,7 +33,7 @@ undefined behavior.
.section .bss
.align 16
stack_bottom:
.skip 16384 # 16 KiB
.skip 1024 * 16 # 16384, 16 KiB
stack_top:
/*