2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
* include/multiboot.h: Indentation fixes.
This commit is contained in:
parent
eeed10b4dd
commit
d14d33704e
2 changed files with 22 additions and 18 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
|
* include/multiboot.h: Indentation fixes.
|
||||||
|
|
||||||
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
|
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
* include/multiboot.h (struct multiboot_aout_symbol_table)
|
* include/multiboot.h (struct multiboot_aout_symbol_table)
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
/* is there a symbol table loaded? */
|
/* is there a symbol table loaded? */
|
||||||
#define MULTIBOOT_INFO_AOUT_SYMS 0x00000010
|
#define MULTIBOOT_INFO_AOUT_SYMS 0x00000010
|
||||||
/* is there an ELF section header table? */
|
/* is there an ELF section header table? */
|
||||||
#define MULTIBOOT_INFO_ELF_SHDR 0x00000020
|
#define MULTIBOOT_INFO_ELF_SHDR 0X00000020
|
||||||
|
|
||||||
/* is there a full memory map? */
|
/* is there a full memory map? */
|
||||||
#define MULTIBOOT_INFO_MEM_MAP 0x00000040
|
#define MULTIBOOT_INFO_MEM_MAP 0x00000040
|
||||||
|
|
Loading…
Add table
Reference in a new issue