Subversion Repositories HelenOS-historic

Rev

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

Rev 1166 Rev 1219
Line 21... Line 21...
21
		*(.sbss);
21
		*(.sbss);
22
		*(.bss);		/* uninitialized static variables */	
22
		*(.bss);		/* uninitialized static variables */	
23
		*(COMMON); 		/* global variables */
23
		*(COMMON); 		/* global variables */
24
		
24
		
25
		. = ALIGN(4096);
25
		. = ALIGN(4096);
-
 
26
		*(.kernel_image);
-
 
27
		
-
 
28
		. = ALIGN(4096);
26
		*(.image);
29
		*(.init_image);
27
	}
30
	}
28
}
31
}