Subversion Repositories HelenOS-historic

Rev

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

Rev 156 Rev 160
Line 10... Line 10...
10
ENTRY(kernel_image_start)
10
ENTRY(kernel_image_start)
11
 
11
 
12
SECTIONS {
12
SECTIONS {
13
	.image 0x80000000: AT (0x80000000) { 
13
	.image 0x80000000: AT (0x80000000) { 
14
		ktext_start = .;
14
		ktext_start = .;
-
 
15
		*(K_TEXT_START)
15
		*(.text);
16
		*(.text);
16
		ktext_end = .;
17
		ktext_end = .;
17
 
18
 
18
		kdata_start = .;
19
		kdata_start = .;
19
		kdata_end = .;
20
		kdata_end = .;