aboutsummaryrefslogtreecommitdiff
path: root/src/kernel.rs
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-18 18:21:13 -0700
committerChristian Cunningham <cc@localhost>2022-08-18 18:21:13 -0700
commit6f1e6acb1a9775eef4b0d8879c102df86e207687 (patch)
tree0ec9c8102b4ddb96c789eaebd8abba2b7ebaf63a /src/kernel.rs
parent5494645e2607706655f8e3466f3ec858db303061 (diff)
Assembly stuff
Diffstat (limited to 'src/kernel.rs')
-rw-r--r--src/kernel.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kernel.rs b/src/kernel.rs
index 9697ca8..a194b14 100644
--- a/src/kernel.rs
+++ b/src/kernel.rs
@@ -23,7 +23,6 @@ unsafe fn kernel_init() -> ! {
fn kernel_main() -> ! {
write_char(b'a');
- write_char(b'b');
loop {
}
}