![]() |
FrostWing
A lightweight raw-control operating system.
|
Header file for TSS. More...

Go to the source code of this file.
Functions | |
| struct | __attribute__ ((packed)) tss_entry |
| x86_64 TSS Structure | |
| void | kernel_tss_init () |
| Initialize TSS. | |
| void | tss_load () |
| Load the TSS. | |
Variables | |
| struct tss_entry | tss |
| uint8_t | kernel_stack [0x4000] |
| 16 KB kernel stack | |
| uint64_t | kernel_stack_top |
| The starting address of kernel's stack. | |
Header file for TSS.
Definition in file tss.h.