diff options
author | dzwdz | 2022-07-16 13:33:00 +0200 |
---|---|---|
committer | dzwdz | 2022-07-16 13:33:00 +0200 |
commit | 912d2e3c7eb1baa71dda2c0a28aa5809eaa96f27 (patch) | |
tree | 4e27f3538466d5fd63a311d50916039a7a15a485 /src/kernel/arch/i386/tty/tty.h | |
parent | 1eeb66af44ab335888410d716d604e569f20866e (diff) |
amd64: barely boot into kernel code
Diffstat (limited to 'src/kernel/arch/i386/tty/tty.h')
-rw-r--r-- | src/kernel/arch/i386/tty/tty.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/kernel/arch/i386/tty/tty.h b/src/kernel/arch/i386/tty/tty.h deleted file mode 100644 index b96003d..0000000 --- a/src/kernel/arch/i386/tty/tty.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once -#include <stddef.h> - -void vga_write(const char *buf, size_t len); -void vga_clear(void); - -void tty_init(void); |