UnnamedOS
tss_t Struct Reference

the task state segment More...

Data Fields

uint32_t __pad0__: 32
 unused by this implementation
 
uint32_t esp0: 32
 the stack pointer to load when entering the kernel
 
uint32_t ss0: 16
 the stack segment to load when entering the kernel (always the kernel data segment selector)
 
uint32_t iopb: 16
 

Detailed Description

the task state segment

Definition at line 19 of file tss.c.

Field Documentation

uint32_t tss_t::iopb
Todo:
maybe use this for I/O permissions

Definition at line 20 of file tss.c.


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