Subversion Repositories HelenOS-historic

Rev

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

Rev 457 Rev 461
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(BFD)
-
 
16
ENTRY(kernel_image_start)
15
ENTRY(kernel_image_start)
17
 
16
 
18
SECTIONS {
17
SECTIONS {
19
	.unmapped BOOTSTRAP_OFFSET: AT (BOOTSTRAP_OFFSET) {
18
	.unmapped BOOTSTRAP_OFFSET: AT (BOOTSTRAP_OFFSET) {
20
		unmapped_ktext_start = .;
19
		unmapped_ktext_start = .;