From d42d68e5a9f97ad18d282ce20e716fd84128fe87 Mon Sep 17 00:00:00 2001 From: Medium Fries Date: Sun, 3 Feb 2019 16:37:20 -0800 Subject: [PATCH] Changing super-basic test function to just test() because of how small and bland it is --- framebuffer.c | 10 ++++++---- framebuffer.h | 10 ++++++++-- loader.asm | 19 +++++-------------- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/framebuffer.c b/framebuffer.c index 53f2e17..9d070f0 100644 --- a/framebuffer.c +++ b/framebuffer.c @@ -24,12 +24,14 @@ void clear_buffer() { *fp = 0x00; } } -void print(char* str) { - for(unsigned i =0;i