Begin porting the double faults post

This commit is contained in:
Philipp Oppermann
2018-06-17 23:39:12 +02:00
parent 803eafe632
commit 5499471279
6 changed files with 712 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ extern crate std;
pub mod serial;
pub mod vga_buffer;
pub mod tss;
pub unsafe fn exit_qemu() {
use x86_64::instructions::port::Port;