aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.zig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
index ac2376e..a43e63a 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -63,6 +63,9 @@ export fn _start() callconv(.C) noreturn {
}
export fn kmain() void {
+ outb(0xe9, '^');
console.initialize();
console.puts("Hello world!");
+ outb(0xe9, '$');
+ outb(0xe9, '\n');
}