Go to the documentation of this file. 1 #ifndef _ASM_X86_BOOTPARAM_H
2 #define _ASM_X86_BOOTPARAM_H
4 #include <linux/types.h>
5 #include <linux/screen_info.h>
6 #include <linux/apm_bios.h>
10 #include <video/edid.h>
14 #define SETUP_E820_EXT 1
30 #define RAMDISK_IMAGE_START_MASK 0x07FF
31 #define RAMDISK_PROMPT_FLAG 0x8000
32 #define RAMDISK_LOAD_FLAG 0x4000
44 #define LOADED_HIGH (1<<0)
45 #define QUIET_FLAG (1<<5)
46 #define KEEP_SEGMENTS (1<<6)
47 #define CAN_USE_HEAP (1<<7)