Subversion Repositories HelenOS-historic

Rev

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

Rev 424 Rev 426
Line 28... Line 28...
28
		hardcoded_ktext_size = .;
28
		hardcoded_ktext_size = .;
29
		LONG(ktext_end - ktext_start);	
29
		LONG(ktext_end - ktext_start);	
30
		hardcoded_kdata_size = .;
30
		hardcoded_kdata_size = .;
31
		LONG(kdata_end - kdata_start);
31
		LONG(kdata_end - kdata_start);
32
		hardcoded_load_address = .;
32
		hardcoded_load_address = .;
33
		LONG(0x4000);
33
		QUAD(0x4000);
34
		*(.bss);		/* uninitialized static variables */	
34
		*(.bss);		/* uninitialized static variables */	
35
		*(COMMON); 		/* global variables */
35
		*(COMMON); 		/* global variables */
36
 
36
 
37
		symbol_table = .;
37
		symbol_table = .;
38
                *(symtab.*);            /* Symbol table, must be LAST symbol!*/
38
                *(symtab.*);            /* Symbol table, must be LAST symbol!*/