Module gdt
rstubs
0.1.0
Module gdt
Statics
In crate rstubs
Modules
arch
assignments
device
gdt
graphics
interrupts
multiboot
threading
user
util
Constants
FLAGS
MAX_CPUS
SCREEN_HEIGHT
SCREEN_WIDTH
STACK_S
Statics
INIT_STACKS
KERNEL_BEGIN
KERNEL_END
MBOOT
MBOOT_PTR
MBOOT_SIG
STACK_SIZE
start_high
Functions
main
panic
?
Settings
Module
rstubs
::
gdt
Copy item path
source
·
[
−
]
Expand description
This module defines the GDT and its segments.
Statics
§
GDT
The global descriptor table
GDT_PTR
Fat pointer to the GDT, used by the boot asm code.