Subversion Repositories HelenOS

Rev

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

Rev 2950 Rev 3552
Line 4... Line 4...
4
        text PT_LOAD FLAGS(5);
4
        text PT_LOAD FLAGS(5);
5
	data PT_LOAD FLAGS(6);
5
	data PT_LOAD FLAGS(6);
6
}
6
}
7
 
7
 
8
SECTIONS {
8
SECTIONS {
9
	. = 0x1000;
9
	. = 0x40001000;
10
 
10
 
11
	.init ALIGN(0x1000) : SUBALIGN(0x1000) {
11
	.init ALIGN(0x1000) : SUBALIGN(0x1000) {
12
		*(.init);
12
		*(.init);
13
	} :text
13
	} :text
14
	.text : {
14
	.text : {