• 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 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
                • 🔗 Adora-Belle (Helpdesk)
                • Kontakt
              • Evaluation

              Dokumentation

              • machine
              Classes | Structs | Namespaces | Enumerations
              gdt.h File Reference

              The Global Descriptor Table (GDT). More...

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

              Classes

              union  GDT::SegmentDescriptor
               Describes the structure of segment descriptors. More...
               

              Structs

              struct  GDT::Pointer
               Structure that describes a GDT Pointer (aka GDT Descriptor) More...
               
              struct  GDT::SegmentDescriptor.__unnamed__
               
              struct  GDT::SegmentDescriptor.__unnamed__
               Fields specific for Code Segment (for debugging purposes) More...
               
              struct  GDT::SegmentDescriptor.__unnamed__
               Fields specific for Data Segment (for debugging purposes) More...
               

              Namespaces

               GDT
               Abstracts the GDT that, primarily, contains descriptors to memory segments.
               

              Enumerations

              enum  Segments {
                SEGMENT_NULL = 0,
                SEGMENT_KERNEL_CODE,
                SEGMENT_KERNEL_DATA
              }
               
              enum  GDT::Granularity {
                GDT::GRANULARITY_BYTES = 0,
                GDT::GRANULARITY_4KBLOCK = 1
              }
               Unit of the segment limit. More...
               
              enum  GDT::DescriptorType {
                GDT::DESCRIPTOR_SYSTEM = 0,
                GDT::DESCRIPTOR_CODEDATA = 1
              }
               Descriptor type. More...
               
              enum  GDT::Size {
                GDT::SIZE_16BIT = 0,
                GDT::SIZE_32BIT = 2,
                GDT::SIZE_64BIT = 1
              }
               Address width. More...
               

              Detailed Description

              The Global Descriptor Table (GDT).

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

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