]> Joshua Wise's Git repositories - netwatch.git/blobdiff - grubload/multiboot_asm.S
Be a little bit quieter, and consequentially be a lot bit faster.
[netwatch.git] / grubload / multiboot_asm.S
index 77eb4e08750b989c28dfcd9bcc4a835356fba5a2..1ee6ba29ebd288d823ab2fa0ad2cdc1bc02a3017 100644 (file)
@@ -16,6 +16,7 @@ multiboot_entry:
        call c_start
 hang:  jmp hang
 
+       .section .bss
        .align 4
 _stack:
        .space 16384
This page took 0.023075 seconds and 4 git commands to generate.