[BACK]Return to bootsect.ld CVS log [TXT][DIR] Up to [local] / prex / boot / i386 / utils / bootsect

Annotation of prex/boot/i386/utils/bootsect/bootsect.ld, Revision 1.1

1.1     ! nbrk        1: ENTRY(_boot)
        !             2: SECTIONS {
        !             3:        . = 0x7C00;
        !             4:        .text . : {
        !             5:                *(.text)
        !             6:                __etext = . ;
        !             7:        }
        !             8: }

CVSweb