X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fstartup.s;h=8041c13d404f7bb8fa1fb8217a2bf11ea568359d;hp=82f548e5ae7261405f6c89390bcdb93e6fb1539b;hb=4c7af0d72e32cc07c04345bc9fe57a4a32a29695;hpb=2f154336b1f3a079d2180fcf086d8b50dcebb110 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