Subversion Repositories HelenOS-historic

Rev

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

Rev Author Line No. Line
504 decky 1
STARTUP(../libc/arch/ARCH/src/entry.o)
447 decky 2
ENTRY(__entry)
3
 
4
SECTIONS {
937 jermar 5
	. = 0x4000;
6
	.image : SUBALIGN(0x4000) {
7
		*(*);
8
	}
447 decky 9
}