Subversion Repositories HelenOS-historic

Rev

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

Rev 406 Rev 457
Line 10... Line 10...
10
 
10
 
11
#define __ASM__
11
#define __ASM__
12
#include <arch/boot/boot.h>
12
#include <arch/boot/boot.h>
13
#include <arch/mm/page.h>
13
#include <arch/mm/page.h>
14
 
14
 
15
OUTPUT_FORMAT(binary)
15
OUTPUT_FORMAT(BFD)
16
ENTRY(kernel_image_start)
16
ENTRY(kernel_image_start)
17
 
17
 
18
SECTIONS {
18
SECTIONS {
19
	.unmapped BOOTSTRAP_OFFSET: AT (BOOTSTRAP_OFFSET) {
19
	.unmapped BOOTSTRAP_OFFSET: AT (BOOTSTRAP_OFFSET) {
20
		unmapped_ktext_start = .;
20
		unmapped_ktext_start = .;