Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 4015
Line 42... Line 42...
42
#define MULTIBOOT_HEADER_MAGIC  0x1BADB002
42
#define MULTIBOOT_HEADER_MAGIC  0x1BADB002
43
#define MULTIBOOT_HEADER_FLAGS  0x00010003
43
#define MULTIBOOT_HEADER_FLAGS  0x00010003
44
 
44
 
45
#define MULTIBOOT_LOADER_MAGIC  0x2BADB002
45
#define MULTIBOOT_LOADER_MAGIC  0x2BADB002
46
 
46
 
-
 
47
#ifndef __ASM__
-
 
48
 
-
 
49
#ifdef CONFIG_SMP
-
 
50
 
-
 
51
extern int _hardcoded_unmapped_size;
-
 
52
 
-
 
53
#endif /* CONFIG_SMP */
-
 
54
 
-
 
55
#endif /* __ASM__ */
-
 
56
 
47
#endif
57
#endif
48
 
58
 
49
/** @}
59
/** @}
50
 */
60
 */