• 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
            • Assembler Crashkurs
              • C++ Crashkurs
                • Entwicklungsumgebung
                  • FAQ
                    • Ruhmeshalle

                  Aufgabe 2: Unterbrechungen

                  • machine
                  Namespaces | Enumerations | Functions | Constants
                  apic.h File Reference

                  Gather system information from the ACPI about the Advanced Programmable Interrupt Controller (APIC). More...

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

                  Namespaces

                  namespace  APIC
                   Information about the (extended) Advanced Programmable Interrupt Controller.
                   

                  Enumerations

                  enum  APIC::Device {
                    APIC::TIMER = 0 ,
                    APIC::KEYBOARD = 1 ,
                    APIC::COM1 = 4 ,
                    APIC::COM2 = 3 ,
                    APIC::COM3 = 4 ,
                    APIC::COM4 = 3 ,
                    APIC::FLOPPY = 6 ,
                    APIC::LPT1 = 7 ,
                    APIC::REALTIMECLOCK = 8 ,
                    APIC::PS2MOUSE = 12 ,
                    APIC::IDE1 = 14 ,
                    APIC::IDE2 = 15
                  }
                   Historic order of interrupt lines (PIC) More...
                   

                  Functions

                  bool APIC::init ()
                   Executes system detection. More...
                   
                  uintptr_t APIC::getIOAPICAddress ()
                   Queries the physical I/O-APIC address determined during system boot. More...
                   
                  uint8_t APIC::getIOAPICID ()
                   Queries of ID of the I/O-APIC determined during system boot. More...
                   
                  uint8_t APIC::getIOAPICSlot (APIC::Device device)
                   Returns the pin number the device is connected to.
                   
                  uint8_t APIC::getLogicalAPICID (uint8_t core)
                   Returns the logical ID of the Local APIC passed for core. More...
                   
                  uint8_t APIC::getLAPICID (uint8_t core)
                   Get the Local APIC ID of a CPU. More...
                   

                  Constants

                  const uint8_t APIC::INVALID_ID = 0xff
                   Invalid APIC ID. More...
                   

                  Detailed Description

                  Gather system information from the ACPI about the Advanced Programmable Interrupt Controller (APIC).

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

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