Redesign code

This commit is contained in:
Philipp Oppermann
2018-06-18 19:32:56 +02:00
parent 5499471279
commit 99c0fa5ebf
5 changed files with 134 additions and 16 deletions

View File

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