Subversion Repositories HelenOS-historic

Rev

Rev 334 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 334 Rev 337
Line 22... Line 22...
22
		*(K_TEXT_START_2);
22
		*(K_TEXT_START_2);
23
		unmapped_ktext_end = .;
23
		unmapped_ktext_end = .;
24
		
24
		
25
		unmapped_kdata_start = .;
25
		unmapped_kdata_start = .;
26
		*(K_DATA_START);
26
		*(K_DATA_START);
27
//		LONG(0xdeadbeaf);		/* TODO: remove 0xdeadbeaf */
27
		LONG(0xdeadbeaf);		/* TODO: remove 0xdeadbeaf */
28
		unmapped_kdata_end = .;
28
		unmapped_kdata_end = .;
29
	}
29
	}
30
	
30
	
31
	.mapped (PA2KA(BOOT_OFFSET+BOOTSTRAP_OFFSET)+SIZEOF(.unmapped)): AT (BOOTSTRAP_OFFSET+SIZEOF(.unmapped)) { 
31
	.mapped (PA2KA(BOOT_OFFSET+BOOTSTRAP_OFFSET)+SIZEOF(.unmapped)): AT (BOOTSTRAP_OFFSET+SIZEOF(.unmapped)) { 
32
		ktext_start = .;
32
		ktext_start = .;