Subversion Repositories HelenOS

Rev

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

Rev 2089 Rev 2703
Line 17... Line 17...
17
		*(K_TEXT_START);
17
		*(K_TEXT_START);
18
		unmapped_ktext_end = .;
18
		unmapped_ktext_end = .;
19
 
19
 
20
		unmapped_kdata_start = .;
20
		unmapped_kdata_start = .;
21
		*(K_DATA_START);
21
		*(K_DATA_START);
-
 
22
		*(K_INI_PTLS);
22
		unmapped_kdata_end = .;
23
		unmapped_kdata_end = .;
23
	}
24
	}
24
 
25
 
25
	.mapped (PA2KA(BOOT_OFFSET)+SIZEOF(.unmapped)) : AT (SIZEOF(.unmapped)) {
26
	.mapped (PA2KA(BOOT_OFFSET)+SIZEOF(.unmapped)) : AT (SIZEOF(.unmapped)) {
26
		ktext_start = .;
27
		ktext_start = .;