Subversion Repositories HelenOS-historic

Rev

Rev 795 | Rev 943 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

STARTUP(../libc/arch/ARCH/src/entry.o)
ENTRY(__entry)

SECTIONS {
    . = 0x4000;
    .image : SUBALIGN(0x4000) {
        *(*);
    }
}