Subversion Repositories HelenOS

Rev

Rev 3027 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3023 decky 1
	.boot 0x10000000: AT (0) { 
2
		*(BOOTSTRAP);
3
		*(REALMODE);
4
		*(.text);
5
 
6
		*(.rodata);
7
		*(.rodata.*);
8
		*(.data);		/* initialized data */
9
		*(.sdata);
10
		*(.sdata2);
11
		*(.sbss);
12
		*(.bss);		/* uninitialized static variables */	
13
		*(COMMON); 		/* global variables */