diff options
author | dzwdz | 2021-06-25 12:30:07 +0200 |
---|---|---|
committer | dzwdz | 2021-06-25 12:30:07 +0200 |
commit | 174cf436480efe690f72d64c9ecd16b7af4d1f0e (patch) | |
tree | e8a6634a566492f3e511a2dd8c68870a665ba7a1 /kernel/tty.h | |
parent | fde20f86f5be5a39fd3eadf95ba71761d173e0ce (diff) |
setting up the GDT
Diffstat (limited to 'kernel/tty.h')
-rw-r--r-- | kernel/tty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/tty.h b/kernel/tty.h index 87a4744..435c87f 100644 --- a/kernel/tty.h +++ b/kernel/tty.h @@ -4,3 +4,4 @@ void tty_putchar(char c); void tty_write(const char *buf, size_t len); +void tty_clear(); |