Prex Home / Browse Source - Prex Version: 0.9.0

root/bsp/boot/x86/tools/bootsect/bootsect.ld

/* [<][>][^][v][top][bottom][index][help] */
ENTRY(_boot)
SECTIONS {
        . = 0x7C00;
        .text . : {
                *(.text)
                __etext = . ;
        }
}

/* [<][>][^][v][top][bottom][index][help] */