Use x86's TaskStateSegment and use usize for stack pointers

This commit is contained in:
Philipp Oppermann
2016-12-21 00:12:19 +01:00
parent d1fb1516fa
commit ceb44d9c2e
8 changed files with 31 additions and 178 deletions

View File

@@ -13,7 +13,6 @@
#![feature(asm)]
#![feature(naked_functions)]
#![feature(core_intrinsics)]
#![feature(nonzero)]
#![feature(drop_types_in_const)]
#![no_std]