Use x86 crate for definition of TSS and GDTR, WIP: loading TSS

This commit is contained in:
Jeremy Soller 2016-08-19 13:09:00 -06:00
parent 55a0154eac
commit 7aafc165ec
3 changed files with 74 additions and 103 deletions

View file

@ -95,7 +95,6 @@ macro_rules! interrupt_error {
push r11"
: : : : "intel", "volatile");
// Call inner rust function
inner();
@ -148,6 +147,3 @@ pub mod serial;
/// Initialization and start function
pub mod start;
/// Task state segment
pub mod tss;