Subversion Repositories HelenOS-historic

Rev

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

Rev 455 Rev 457
Line 6... Line 6...
6
 *
6
 *
7
 */
7
 */
8
 
8
 
9
#define __ASM__
9
#define __ASM__
10
 
10
 
11
OUTPUT_FORMAT("elf32-powerpc")
11
OUTPUT_FORMAT(BFD)
12
ENTRY(kernel_image_start)
12
ENTRY(kernel_image_start)
13
 
13
 
14
SECTIONS {
14
SECTIONS {
15
	.image 0x80000000: AT (0x80000000) { 
15
	.image 0x80000000: AT (0x80000000) { 
16
		ktext_start = .;
16
		ktext_start = .;