Subversion Repositories HelenOS

Rev

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

Rev 1806 Rev 1809
Line 1... Line 1...
1
/** Xen32 linker script
1
/** Xen32 linker script
2
 */
2
 */
3
 
3
 
4
#define __ASM__
4
#define __ASM__
5
#include <arch/boot/boot.h>
-
 
6
#include <arch/mm/page.h>
5
#include <arch/mm/page.h>
7
 
6
 
-
 
7
ENTRY(kernel_image_start)
-
 
8
 
8
SECTIONS {
9
SECTIONS {
9
	__xen_guest : {
10
	__xen_guest : {
10
		*(__xen_guest);
11
		*(__xen_guest);
11
	}
12
	}
12
	
13