Subversion Repositories HelenOS-historic

Rev

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

Rev 34 Rev 37
Line 61... Line 61...
61
 
61
 
62
/*
62
/*
63
 * These 'hardcoded' variables will be intialised by
63
 * These 'hardcoded' variables will be intialised by
64
 * the linker with appropriate sizes and addresses.
64
 * the linker with appropriate sizes and addresses.
65
 */
65
 */
66
__u32 hardcoded_load_address = 0;
66
__address hardcoded_load_address = 0;
67
__u32 hardcoded_ktext_size = 0;
67
__u32 hardcoded_ktext_size = 0;
68
__u32 hardcoded_kdata_size = 0;
68
__u32 hardcoded_kdata_size = 0;
69
 
69
 
70
void main_bsp(void);
70
void main_bsp(void);
71
void main_ap(void);
71
void main_ap(void);