2009-12-24 Robert Millan <rmh.grub@aybabtu.com>

* docs/multiboot.h (MULTIBOOT_HEADER_FLAGS): Moved from here ...
	* docs/boot.S (MULTIBOOT_HEADER_FLAGS): ... to here.
This commit is contained in:
Robert Millan 2009-12-24 13:34:49 +00:00
parent ca3c56e765
commit 08ab8e9181
3 changed files with 12 additions and 7 deletions

View file

@ -27,6 +27,13 @@
/* The size of our stack (16KB). */
#define STACK_SIZE 0x4000
/* The flags for the Multiboot header. */
#ifdef __ELF__
# define MULTIBOOT_HEADER_FLAGS 0x00000003
#else
# define MULTIBOOT_HEADER_FLAGS 0x00010003
#endif
.text