Subversion Repositories HelenOS-historic

Rev

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

Rev 307 Rev 313
Line 30... Line 30...
30
#define __mips_BOOT_H_
30
#define __mips_BOOT_H_
31
 
31
 
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
#define TEMP_STACK_START 0x80000400
-
 
36
 
35
 
37
/* Kernel startup address */
36
/* Kernel startup address */
38
#define KERNEL_STARTUP_ADDRESS 0x80000300
37
#define KERNEL_STARTUP_ADDRESS 0x80000300
39
 
38
 
40
 
39