- moved the int86 code out of the 2nd stage boot loader code, and into a
[bootcensus] / pcboot.ld
index e2c0308..6a2390f 100644 (file)
--- 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);
        }