From 1f71b9576db536af84155363e14fc49e92de2eef Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Sun, 29 Aug 2021 02:52:48 -0500 Subject: backup 8.29.21 --- src/include/klog.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/include/klog.h (limited to 'src/include/klog.h') diff --git a/src/include/klog.h b/src/include/klog.h new file mode 100644 index 0000000..1a6d3af --- /dev/null +++ b/src/include/klog.h @@ -0,0 +1,20 @@ +#ifndef _SERIAL_H_ +#define _SERIAL_H_ + +#include +#include + + + + + +void init_klog(); +void serial_out(uint16_t port, char *string); +void _putchar_serial(uint16_t port, char character); +void move_cursor(unsigned int x, unsigned int y); + + +void clear_screen(); + + +#endif -- cgit v1.2.3