|
POK(kernelpart)
|
#include <multiboot.h>
Data Fields | |
| unsigned int | flags |
| unsigned int | mem_lower |
| unsigned int | mem_upper |
| unsigned int | boot_device |
| unsigned int | cmdline |
| unsigned int | mods_count |
| unsigned int | mods_addr |
| union { | |
| pok_aout_symbol_table_t aout_sym | |
| pok_elf_section_header_table_t elf_sec | |
| } | u |
| unsigned int | mmap_length |
| unsigned int | mmap_addr |
Definition at line 92 of file multiboot.h.
Definition at line 104 of file multiboot.h.
| unsigned int pok_multiboot_info_t::boot_device |
Definition at line 97 of file multiboot.h.
| unsigned int pok_multiboot_info_t::cmdline |
Definition at line 98 of file multiboot.h.
Definition at line 105 of file multiboot.h.
| unsigned int pok_multiboot_info_t::flags |
Definition at line 94 of file multiboot.h.
| unsigned int pok_multiboot_info_t::mem_lower |
Definition at line 95 of file multiboot.h.
| unsigned int pok_multiboot_info_t::mem_upper |
Definition at line 96 of file multiboot.h.
| unsigned int pok_multiboot_info_t::mmap_addr |
Definition at line 109 of file multiboot.h.
| unsigned int pok_multiboot_info_t::mmap_length |
Definition at line 108 of file multiboot.h.
| unsigned int pok_multiboot_info_t::mods_addr |
Definition at line 100 of file multiboot.h.
| unsigned int pok_multiboot_info_t::mods_count |
Definition at line 99 of file multiboot.h.
| union { ... } pok_multiboot_info_t::u |