Subversion Repositories HelenOS-historic

Rev

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

Rev 694 Rev 695
Line 34... Line 34...
34
#define BOOT_STACK_SIZE 0x400
34
#define BOOT_STACK_SIZE 0x400
35
 
35
 
36
#define MULTIBOOT_HEADER_MAGIC      0x1BADB002
36
#define MULTIBOOT_HEADER_MAGIC  0x1BADB002
37
#define MULTIBOOT_HEADER_FLAGS      0x00010003
37
#define MULTIBOOT_HEADER_FLAGS  0x00010003
38
 
38
 
-
 
39
#define MULTIBOOT_LOADER_MAGIC  0x2BADB002
-
 
40
 
39
#endif
41
#endif