• 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
  • 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
                  • Aufgabe 6: Synchronisation
                    • Aufgabe 7: Anwendung
                      • Assembler Crashkurs
                        • C++ Crashkurs
                          • Entwicklungsumgebung
                            • FAQ
                              • Ruhmeshalle
                              • Evaluation

                              Aufgabe 5: Zeitscheiben

                              • machine
                              Classes | Namespaces | Enumerations | Functions
                              acpi.h File Reference

                              Structs and methods related to the Advanced Configuration and Power Interface (ACPI). More...

                              #include "types.h"
                              + Include dependency graph for acpi.h:

                              Classes

                              struct  ACPI::MADS::LAPIC_Address_Override.__unnamed12__.__unnamed14__
                               

                              Namespaces

                               ACPI
                               Abstracts the ACPI standard that provides interfaces for hardware detection, device configuration, and energy management.
                               

                              Enumerations

                              enum class  AddressSpace : uint8_t {
                                MEMORY = 0x0 ,
                                IO = 0x1
                              }
                               
                              enum  Type {
                                Type_LAPIC = 0 ,
                                Type_IOAPIC = 1 ,
                                Type_Interrupt_Source_Override = 2 ,
                                Type_LAPIC_Address_Override = 5
                              }
                               

                              Functions

                              bool ACPI::init ()
                               Initialize the ACPI description table. More...
                               
                              unsigned ACPI::count ()
                               Number of entries in the description table.
                               
                              SDTH * ACPI::get (unsigned num)
                               Get entry of description table by index. More...
                               
                              SDTH * ACPI::get (char a, char b, char c, char d)
                               Get entry of description table by four character identifier. More...
                               
                              int ACPI::revision ()
                               Retrieve the revision from the Root System Description Pointer (RSDP)
                               

                              Detailed Description

                              Structs and methods related to the Advanced Configuration and Power Interface (ACPI).

                              Friedrich-Alexander-Universität
                              Erlangen-Nürnberg

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