Use x86 crate for definition of TSS and GDTR, WIP: loading TSS
This commit is contained in:
parent
55a0154eac
commit
7aafc165ec
3 changed files with 74 additions and 103 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue