Subversion Repositories HelenOS-historic

Rev

Rev 1162 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1162 Rev 1165
Line 12... Line 12...
12
#define __ASM__
12
#define __ASM__
13
#include <arch/boot/boot.h>
13
#include <arch/boot/boot.h>
14
#include <arch/mm/page.h>
14
#include <arch/mm/page.h>
15
 
15
 
16
ENTRY(kernel_image_start)
16
ENTRY(kernel_image_start)
-
 
17
OUTPUT_FORMAT("elf32-powerpc")
17
OUTPUT_ARCH("powerpc:common")
18
OUTPUT_ARCH("powerpc:common")
18
 
19
 
19
SECTIONS {
20
SECTIONS {
20
	.unmapped 0: AT (0) {
21
	.unmapped 0: AT (0) {
21
		unmapped_ktext_start = .;
22
		unmapped_ktext_start = .;