From ce16fe524c14ccaae67fb634105da5aef08ead48 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 4 Oct 2018 00:53:30 +0200 Subject: moving framebuffer access completely to userspace --- driver/serial.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'driver/serial.c') diff --git a/driver/serial.c b/driver/serial.c index 16b3b6c..4e43251 100644 --- a/driver/serial.c +++ b/driver/serial.c @@ -1,5 +1,3 @@ -#ifndef FOOLOS_LOG_OFF - #include "serial.h" #include "asm_x86.h" // provides x86_inb() and x86_outb() @@ -38,5 +36,3 @@ void serial_write(uint8_t a) while (is_transmit_empty() == 0); x86_outb(PORT,a); } - -#endif -- cgit v1.2.3