X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=pcboot.ld;h=6a2390fa3b1a3659ff76f8bbb4d904e156358da0;hp=e2c0308546e952dde858fbc1d2e0619a7c8a3db1;hb=7dcd5071e600f8cf48174d1fddb3dba57ec9476d;hpb=c1a6b9caf99005e0496f51d07b727ac73d09e3fd diff --git a/pcboot.ld b/pcboot.ld index e2c0308..6a2390f 100644 --- a/pcboot.ld +++ b/pcboot.ld @@ -9,6 +9,9 @@ SECTIONS { /* second stage boot loader */ .boot2 : { * (.boot2); + * (.lowtext); + /* .bootend must stay last */ + * (.bootend); /* pad the boot loader to the next sector boundary */ . = ALIGN(512); }