Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::system::GDTRegister Struct Reference

How the CPU stores the GDT. More...

#include <gdt.h>

Public Attributes

uint16_t size
 The size of the GDT.
 
uint64_t address
 The address of the GDT.
 

Detailed Description

How the CPU stores the GDT.

Definition at line 42 of file gdt.h.

Member Data Documentation

◆ address

uint64_t MaxOS::system::GDTRegister::address

The address of the GDT.

Definition at line 45 of file gdt.h.

◆ size

uint16_t MaxOS::system::GDTRegister::size

The size of the GDT.

Definition at line 44 of file gdt.h.


The documentation for this struct was generated from the following file: