StuBS
data.h File Reference

Multiboot Interface More...

#include "types.h"
#include "compiler/fix.h"
#include "debug/assert.h"
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...
 
struct  Multiboot::VBE
 Video mode: Vesa BIOS Extension. More...
 
struct  Multiboot::Framebuffer
 Video mode: Framebuffer. More...
 

Namespaces

 Multiboot
 Interface for Multiboot.
 

Functions

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...
 
Memory * Multiboot::getMemoryMap ()
 Retrieve the first entry of the memory map.
 
VBE * Multiboot::getVesaBiosExtensionInfo ()
 Get pointer to Vesa BIOS Extension information. More...
 
FramebufferMultiboot::getFramebufferInfo ()
 Get pointer to framebuffer information. More...
 

Detailed Description

Multiboot Interface