From c8de054a7a33edef9774b502f5699811cb73cfba Mon Sep 17 00:00:00 2001 From: "Hazal2.Veziroglu@live.uwe.ac.uk" <hazal2.veziroglu@live.uwe.ac.uk> Date: Fri, 6 Dec 2024 10:03:20 +0000 Subject: [PATCH] Update 2 files - /tiny-os/include/fb.h - /tiny-os/include/io.h --- tiny-os/include/fb.h | 8 -------- tiny-os/include/io.h | 6 ------ 2 files changed, 14 deletions(-) delete mode 100644 tiny-os/include/fb.h delete mode 100644 tiny-os/include/io.h diff --git a/tiny-os/include/fb.h b/tiny-os/include/fb.h deleted file mode 100644 index 0252c72..0000000 --- a/tiny-os/include/fb.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef FB_H -#define FB_H - -void fb_clear(); -void fb_print(const char *str, unsigned short row, unsigned short col); -void fb_move(unsigned short row, unsigned short col); - -#endif diff --git a/tiny-os/include/io.h b/tiny-os/include/io.h deleted file mode 100644 index 1eb3629..0000000 --- a/tiny-os/include/io.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef IO_H -#define IO_H - -void outb(unsigned short port, unsigned char val); - -#endif -- GitLab