Subversion Repositories HelenOS

Rev

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

Rev 106 Rev 110
Line 13... Line 13...
13
 
13
 
14
SECTIONS {
14
SECTIONS {
15
	.unmapped 0x8000: AT (0x8000) {
15
	.unmapped 0x8000: AT (0x8000) {
16
		unmapped_ktext_start = .;
16
		unmapped_ktext_start = .;
17
		*(K_TEXT_START);
17
		*(K_TEXT_START);
-
 
18
		*(K_TEXT_START_2);
18
		unmapped_ktext_end = .;
19
		unmapped_ktext_end = .;
19
		unmapped_kdata_start = .;
20
		unmapped_kdata_start = .;
20
		*(K_DATA_START);
21
		*(K_DATA_START);
21
		unmapped_kdata_end = .;
22
		unmapped_kdata_end = .;
22
	}
23
	}