Subversion Repositories HelenOS

Rev

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

Rev 3386 Rev 4718
Line 15... Line 15...
15
		*(.scommon);
15
		*(.scommon);
16
		*(.bss);		/* uninitialized static variables */	
16
		*(.bss);		/* uninitialized static variables */	
17
		*(COMMON); 		/* global variables */
17
		*(COMMON); 		/* global variables */
18
		*(.reginfo);
18
		*(.reginfo);
19
 
19
 
-
 
20
		. = 0x2000;
-
 
21
		*(ST);			/* bootloader stack section */
-
 
22
 
20
		. = 0x4000;
23
		. = 0x4000;
21
		*(PT);			/* page table placed at 0x4000 */
24
		*(PT);			/* page table placed at 0x4000 */
22
[[COMPONENTS]]
25
[[COMPONENTS]]
23
	}
26
	}
24
}
27
}