• Navigation überspringen
  • Zur Navigation
  • Zum Seitenende
Organisationsmenü öffnen Organisationsmenü schließen
Friedrich-Alexander-Universität Lehrstuhl für Informatik 4 (Systemsoftware)
  • FAUZur zentralen FAU Website
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Suche öffnen
  • English
  • Campo
  • StudOn
  • FAUdir
  • Stellenangebote
  • Lageplan
  • Hilfe im Notfall
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Friedrich-Alexander-Universität Lehrstuhl für Informatik 4 (Systemsoftware)
Menu Menu schließen
  • Lehrstuhl
    • Team
    • Aktuelles
    • Kontakt und Anfahrt
    • Leitbild
    • 50-jähriges Jubiläum
    Portal Lehrstuhl
  • Forschung
    • Forschungsbereiche
      • Betriebssysteme
      • Confidential Computing
      • Embedded Systems Software
      • Verteilte Systeme
    • Projekte
      • AIMBOS
      • BALu
      • BFT2Chain
      • DOSS
      • Mirador
      • NEON
      • PAVE
      • ResPECT
      • Watwa
    • Projektkampagnen
      • maRE
    • Seminar
      • Systemsoftware
    Portal Forschung
  • Publikationen
  • Lehre
    • Sommersemester 2025
      • Applied Software Architecture
      • Ausgewählte Kapitel der Systemsoftware
      • Betriebssystemtechnik
      • Projekt angewandte Systemsoftwaretechnik
      • System-Level Programming
      • Systemnahe Programmierung in C
      • Systemprogrammierung 1
      • Verteilte Systeme
    • Wintersemester 2025/26
      • Systemprogrammierung 2
      • Betriebssysteme
      • Middleware – Cloud Computing
      • Echtzeitsysteme
      • Virtuelle Maschinen
      • Web-basierte Systeme
      • Projekt angewandte Systemsoftwaretechnik
      • Aktuelle Entwicklung in Verteilten und Objektorientierten Betriebssystemen (für Bachelor-/Masterarbeit)
    Portal Lehre
  • Examensarbeiten
  1. Startseite
  2. Extern

Extern

Bereichsnavigation: Lehre
  • Betriebssysteme
    • Vorlesung
      • Folien
    • Übung
      • Seminar
      • Aufgaben
      • Aufgabe 0: C++ Streams
        • Aufgabe 1: Ein-/Ausgabe
          • Aufgabe 2: Unterbrechungen
            • Aufgabe 3: Pro-/Epilog
              • Aufgabe 4: Kontextwechsel
                • Aufgabe 5: Zeitscheiben
                  • Assembler Crashkurs
                    • C++ Crashkurs
                      • Entwicklungsumgebung
                        • FAQ
                          • Ruhmeshalle

                        C++ Crashkurs

                        • boot
                        • multiboot
                        Classes | Namespaces | Functions
                        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

                        struct  Multiboot::Framebuffer.__unnamed6__.__unnamed10__
                         For RGB type. More...
                         

                        Namespaces

                        namespace  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

                        struct Multiboot::Framebuffer.__unnamed6__.__unnamed10__

                        For RGB type.

                        Class Members
                        uint8_t offset_red Offset of red value.
                        uint8_t bits_red Bits used in red value.
                        uint8_t offset_green Offset of green value.
                        uint8_t bits_green Bits used in green value.
                        uint8_t offset_blue Offset of blue value.
                        uint8_t bits_blue Bits used in blue value.
                        Friedrich-Alexander-Universität
                        Erlangen-Nürnberg

                        Schlossplatz 4
                        91054 Erlangen
                        • Impressum
                        • Datenschutz
                        • Barrierefreiheit
                        • Facebook
                        • RSS Feed
                        • Xing
                        Nach oben