Subversion Repositories HelenOS

Rev

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

Rev 1824 Rev 1829
Line 38... Line 38...
38
#define GUEST_CMDLINE   1024
38
#define GUEST_CMDLINE   1024
39
#define VIRT_CPUS       32
39
#define VIRT_CPUS       32
40
#define START_INFO_SIZE 1104
40
#define START_INFO_SIZE 1104
41
 
41
 
42
#define BOOT_OFFSET     0x0000
42
#define BOOT_OFFSET     0x0000
43
#define XEN_VIRT_START  0xFC000000
-
 
44
 
-
 
45
#define TEMP_STACK_SIZE 0x1000
43
#define TEMP_STACK_SIZE 0x1000
46
 
44
 
-
 
45
#define XEN_VIRT_START  0xFC000000
-
 
46
#define XEN_CS          0xe019
-
 
47
 
47
#ifndef __ASM__
48
#ifndef __ASM__
48
 
49
 
49
#define mp_map ((pfn_t *) XEN_VIRT_START)
50
#define mp_map ((pfn_t *) XEN_VIRT_START)
50
 
51
 
51
#include <arch/types.h>
52
#include <arch/types.h>