[][src]Module sunrise_bootstrap::gdt::i386

This crate is x86_64's little brother. It provides i386 specific functions and data structures, and access to various system registers.

Modules

instructions

Low level functions for special i386 instructions.

Structs

TssStruct

The Task State Segment (TSS) is a special data structure for x86 processors which holds information about a task. The TSS is primarily suited for hardware multitasking, where each individual process has its own TSS. (see OSDEV)

Enums

PrivilegeLevel

Represents a protection ring level.