Subversion Repositories HelenOS-historic

Rev

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

Rev 964 Rev 1022
Line 7... Line 7...
7
ENTRY(start)
7
ENTRY(start)
8
 
8
 
9
SECTIONS {
9
SECTIONS {
10
	.image 0x10000000: AT (0) { 
10
	.image 0x10000000: AT (0) { 
11
		*(BOOTSTRAP)
11
		*(BOOTSTRAP)
-
 
12
		*(REALMODE)
12
		*(.text);
13
		*(.text);
13
		
14
		
14
		*(.rodata);
15
		*(.rodata);
15
		*(.rodata.*);
16
		*(.rodata.*);
16
		*(.data);		/* initialized data */
17
		*(.data);		/* initialized data */