Subversion Repositories HelenOS

Rev

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

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