C++ Crashkurs
data.h File Reference
Include dependency graph for data.h:
Classes | |
class | Multiboot::Module |
Boot Module (also known as initrd = initial Ramdisk) More... | |
class | Multiboot::Memory |
Memory Map. More... | |
union | Multiboot::Framebuffer.__unnamed__ |
Structs | |
struct | Multiboot::VBE |
Video mode: Vesa BIOS Extension. More... | |
struct | Multiboot::Framebuffer |
Video mode: Framebuffer. More... | |
struct | Multiboot::Framebuffer.__unnamed__.__unnamed__ |
For INDEXED type. More... | |
struct | Multiboot::Framebuffer.__unnamed__.__unnamed__ |
For RGB type. More... | |
Namespaces | |
Multiboot | |
Interface for Multiboot. | |
Functions | |
Multiboot::assert_size (Module, 16) | |
Module * | Multiboot::getModule (unsigned i) |
Retrieve a certain boot module. More... | |
unsigned | Multiboot::getModuleCount () |
Get the number of modules. More... | |
char * | Multiboot::getCommandLine () |
Get the kernel command line. More... | |
char * | Multiboot::getBootLoader () |
Get the name of the boot loader. More... | |
Multiboot::assert_size (Memory, 24) | |
Memory * | Multiboot::getMemoryMap () |
Retrieve the first entry of the memory map. | |
Multiboot::assert_size (VBE, 16) | |
VBE * | Multiboot::getVesaBiosExtensionInfo () |
Get pointer to Vesa BIOS Extension information. More... | |
Multiboot::assert_size (Framebuffer, 28) | |
Framebuffer * | Multiboot::getFramebufferInfo () |
Get pointer to framebuffer information. More... | |
Detailed Description
Multiboot Interface
Class Documentation
union Multiboot::Framebuffer.__unnamed__ |
Class Members | ||
---|---|---|
__unnamed__ | __unnamed__ | For INDEXED type. |
__unnamed__ | __unnamed__ | For RGB type. |