X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fstartup.s;h=8041c13d404f7bb8fa1fb8217a2bf11ea568359d;hb=4c7af0d72e32cc07c04345bc9fe57a4a32a29695;hp=82f548e5ae7261405f6c89390bcdb93e6fb1539b;hpb=53c886d3298b58a7859d3141e95b7a0e6fc6c9e8;p=bootcensus diff --git a/src/startup.s b/src/startup.s index 82f548e..8041c13 100644 --- a/src/startup.s +++ b/src/startup.s @@ -21,6 +21,9 @@ .extern _bss_end .extern pcboot_main + # move the stack to the top of the conventional memory + movl $0x80000, %esp + # zero the BSS section xor %eax, %eax mov $_bss_start, %edi