summaryrefslogtreecommitdiff
path: root/kernel/src/io/mod.rs
diff options
context:
space:
mode:
authornatrixaeria <upezu@student.kit.edu>2019-11-09 01:00:09 +0100
committernatrixaeria <upezu@student.kit.edu>2019-11-09 01:00:09 +0100
commitd0ecdbef0073a5516c9b7ec56d346cf9f1febd14 (patch)
treea0f9d0614468189a6888dc1c13faa1f9cacf64d4 /kernel/src/io/mod.rs
parent933abe8bc6f9480bcdea39c6bdd1a4e937402a06 (diff)
Create panic screen module with text buffer
Diffstat (limited to 'kernel/src/io/mod.rs')
-rw-r--r--kernel/src/io/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/src/io/mod.rs b/kernel/src/io/mod.rs
index 9ac924a..e5dc66f 100644
--- a/kernel/src/io/mod.rs
+++ b/kernel/src/io/mod.rs
@@ -1,3 +1,4 @@
pub mod qemu;
pub mod serial;
pub mod vga_text;
+pub mod panic_screen;