From c359af48545e2427a69eb955b0512706d4afa7e9 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 21 Mar 2021 18:38:17 +0000 Subject: higher-half stub kernel does the thing --- kernel/kprint.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 kernel/kprint.h (limited to 'kernel/kprint.h') diff --git a/kernel/kprint.h b/kernel/kprint.h new file mode 100644 index 0000000..5b307a2 --- /dev/null +++ b/kernel/kprint.h @@ -0,0 +1,5 @@ +#pragma once + +int kputchar(int c); +int kputs(const char *s); + -- cgit v1.3.1-1-g115d