add macro to determine if the bootloader append a cmdline string
This commit is contained in:
parent
719b54b05a
commit
21b6fdf309
1 changed files with 2 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue