• 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
      • Eingebettete Systemsoftware
      • 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 2024/25
      • Betriebssysteme
      • Middleware – Cloud Computing
      • Systemprogrammierung 2
      • Verlässliche Echtzeitsysteme
      • Virtuelle Maschinen
      • Web-basierte Systeme
    Portal Lehre
  • Examensarbeiten
  1. Startseite
  2. Extern

Extern

Bereichsnavigation: Lehre
  • Betriebssystemtechnik
    • Vorlesung
      • Folien
      • Glossar
    • Übung
      • Aufgaben
      • Dokumentation
        • Blog
          • Entwicklungsumgebung
            • Assembler Crashkurs
              • C++ Crashkurs
                • 🔗 Testrechnerverwaltung
                • Kontakt
              • Evaluation

              Dokumentation

              • Multiboot
              • Module
              Public Member Functions | List of all members
              Multiboot::Module Class Reference

              Boot Module (also known as initrd = initial Ramdisk) More...

              #include <boot/multiboot/data.h>

              Public Member Functions

              void * getStartAddress () const
               Get start of this boot module. More...
               
              void * getEndAddress () const
               Get end of this boot module. More...
               
              size_t getSize () const
               Get the size of this boot module. More...
               
              char * getCommandLine () const
               Get the command line for this module. More...
               

              Detailed Description

              Boot Module (also known as initrd = initial Ramdisk)

              See also
              1.7 Boot modules
              3.3 Boot information format

              Member Function Documentation

              void* Multiboot::Module::getStartAddress ( ) const
              inline

              Get start of this boot module.

              Returns
              Pointer to begin of modules physical address
              void* Multiboot::Module::getEndAddress ( ) const
              inline

              Get end of this boot module.

              Returns
              Pointer beyond the modules physical address
              size_t Multiboot::Module::getSize ( ) const
              inline

              Get the size of this boot module.

              Returns
              Module size in bytes (difference of end and start address)
              char* Multiboot::Module::getCommandLine ( ) const
              inline

              Get the command line for this module.

              Returns
              pointer to zero terminated string

              The documentation for this class was generated from the following file:
              • boot/multiboot/data.h
              Friedrich-Alexander-Universität
              Erlangen-Nürnberg

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