Subversion Repositories HelenOS-historic

Rev

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

Rev 321 Rev 341
Line 1... Line -...
1
/*
-
 
2
 *  MIPS linker script
-
 
3
 *  
-
 
4
 *  kernel text
-
 
5
 *  kernel data
-
 
6
 *  
-
 
7
 */
-
 
8
 
-
 
9
/* OUTPUT_FORMAT(ecoff-littlemips) */
1
/* OUTPUT_FORMAT(ecoff-littlemips) */
10
OUTPUT_FORMAT(binary)
2
OUTPUT_FORMAT(binary)
11
SECTIONS {
3
SECTIONS {
12
	.image 0x0: AT (0) {
4
	.image 0x0: AT (0) {
13
		*(.text);
5
		*(.text);