Subversion Repositories HelenOS-historic

Rev

Rev 795 | Rev 943 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 795 Rev 937
Line 1... Line -...
1
OUTPUT_FORMAT(binary)
-
 
2
STARTUP(../libc/arch/ARCH/src/entry.o)
1
STARTUP(../libc/arch/ARCH/src/entry.o)
3
ENTRY(__entry)
2
ENTRY(__entry)
4
 
3
 
5
SECTIONS {
4
SECTIONS {
6
 .text 0x00004000 : {
5
	. = 0x4000;
-
 
6
	.image : SUBALIGN(0x4000) {
-
 
7
		*(*);
7
 }
8
	}
8
}
9
}