diff options
author | natrixaeria <upezu@student.kit.edu> | 2019-11-09 01:00:09 +0100 |
---|---|---|
committer | natrixaeria <upezu@student.kit.edu> | 2019-11-09 01:00:09 +0100 |
commit | d0ecdbef0073a5516c9b7ec56d346cf9f1febd14 (patch) | |
tree | a0f9d0614468189a6888dc1c13faa1f9cacf64d4 /kernel/src/io/mod.rs | |
parent | 933abe8bc6f9480bcdea39c6bdd1a4e937402a06 (diff) |
Create panic screen module with text buffer
Diffstat (limited to 'kernel/src/io/mod.rs')
-rw-r--r-- | kernel/src/io/mod.rs | 1 |
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; |