Create a new GDT module and a static TSS

This commit is contained in:
Philipp Oppermann
2019-01-25 13:56:40 +01:00
parent 7fd29c9cbe
commit db4e879c34
2 changed files with 21 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#![cfg_attr(not(test), no_std)]
#![feature(abi_x86_interrupt)]
pub mod gdt;
pub mod interrupts;
pub mod serial;
pub mod vga_buffer;