Module gdt
rstubs
0.1.0
Module gdt
Module Items
Enums
Statics
Functions
In crate rstubs
Modules
arch
assignments
device
gdt
graphics
interrupts
multiboot
threading
user
util
Constants
FLAGS
MAX_CPUS
SCREEN_HEIGHT
SCREEN_WIDTH
STACK_SIZE
Statics
INIT_STACKS
KERNEL_BEGIN
KERNEL_END
MBOOT
MBOOT_PTR
STACK_OFFSET
Functions
main
panic
start
start_high
rstubs
Module
gdt
Copy item path
Settings
Help
Summary
Source
Expand description
This module defines the GDT and its segments.
Enums
§
Segment
Statics
§
GDT
The global descriptor table
GDT_PTR
Fat pointer to the GDT, used by the boot asm code.
Functions
§
init
Initialize the GDT and TSS