X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=pcboot.ld;h=6a2390fa3b1a3659ff76f8bbb4d904e156358da0;hp=e2c0308546e952dde858fbc1d2e0619a7c8a3db1;hb=f9194c22d8073b69b3e64fc26b9e245b6b54d009;hpb=559dd7c3c836a69eac46bd12c7ef61bb5de8882c 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); }