From: Joshua Wise Date: Sat, 13 Sep 2008 22:40:23 +0000 (-0400) Subject: put the stack in bss to save space on disk X-Git-Url: http://git.joshuawise.com/netwatch.git/commitdiff_plain/6b988ea9bdbc4f1e78bbde0652036c083dbc4aa1 put the stack in bss to save space on disk --- diff --git a/grubload/multiboot_asm.S b/grubload/multiboot_asm.S index 77eb4e0..1ee6ba2 100644 --- a/grubload/multiboot_asm.S +++ b/grubload/multiboot_asm.S @@ -16,6 +16,7 @@ multiboot_entry: call c_start hang: jmp hang + .section .bss .align 4 _stack: .space 16384