]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commitdiff
Changed basically nothing
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Mon, 13 Mar 2023 13:48:40 +0000 (14:48 +0100)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Mon, 13 Mar 2023 13:48:40 +0000 (14:48 +0100)
kernel/src/boot.S

index 48e535dc9cc7dca51933be2e0be446e48f7377be..596383a99fc8488c9061b6eb9023e449d467e4af 100644 (file)
@@ -127,10 +127,10 @@ PDPT_high: .skip 0x1000 - 16
 phys_mem_map: .skip 0x1000 * 128 - 8
 .align 16
 stack_bottom:
-.skip 1024 * 16 # 16KiB
+.skip 4096 * 4 # 16KiB
 stack_top:
 interrupt_stack_bottom:
-.skip 1024 * 16 # 16KiB
+.skip 4096 * 4 # 16KiB
 .globl interrupt_stack_top
 interrupt_stack_top: