add macro to determine if the bootloader append a cmdline string

This commit is contained in:
Stefan Lankes 2014-12-29 00:12:12 +01:00
parent 719b54b05a
commit 21b6fdf309

View file

@ -43,6 +43,8 @@
/// Does the bootloader provide mem_* fields?
#define MULTIBOOT_INFO_MEM (1 << 0)
/// Does the bootloader provide the command-line?
#define MULTIBOOT_INFO_CMDLINE (1 << 2)
/// Does the bootloader provide a list of modules?
#define MULTIBOOT_INFO_MODS (1 << 3)
/// Does the bootloader provide a full memory map?