Subversion Repositories HelenOS

Rev

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

Rev 381 Rev 406
Line 23... Line 23...
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
		unmapped_kdata_end = .;
27
		unmapped_kdata_end = .;
28
		
-
 
29
		LONG(0xdeadbeaf);		/* TODO: remove 0xdeadbeaf */						
-
 
30
	}
28
	}
31
	
29
	
32
	.mapped (PA2KA(BOOT_OFFSET+BOOTSTRAP_OFFSET)+SIZEOF(.unmapped)): AT (BOOTSTRAP_OFFSET+SIZEOF(.unmapped)) { 
30
	.mapped (PA2KA(BOOT_OFFSET+BOOTSTRAP_OFFSET)+SIZEOF(.unmapped)): AT (BOOTSTRAP_OFFSET+SIZEOF(.unmapped)) { 
33
		ktext_start = .;
31
		ktext_start = .;
34
		*(BOOT_DATA);
32
		*(BOOT_DATA);