Subversion Repositories HelenOS-historic

Rev

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

Rev 313 Rev 326
Line 32... Line 32...
32
 
32
 
33
/* Temporary stack size for boot process */
33
/* Temporary stack size for boot process */
34
#define TEMP_STACK_SIZE 0x100
34
#define TEMP_STACK_SIZE 0x100
35
 
35
 
36
/* Kernel startup address */
36
/* Kernel startup address */
37
#define KERNEL_STARTUP_ADDRESS 0x80000300
37
#define KERNEL_LOAD_ADDRESS 0x80100000
38
 
38
 
39
 
39
 
40
#endif
40
#endif