From c72944b5646863ffaaaff94dc03b939a08566203 Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 12 Sep 2018 15:23:38 +0200 Subject: struggling with vmem --- driver/mouse.c | 1 + driver/pci.c | 1 + driver/timer.c | 1 + driver/vesa.c | 1 + 4 files changed, 4 insertions(+) (limited to 'driver') diff --git a/driver/mouse.c b/driver/mouse.c index b9e0079..2b767b7 100644 --- a/driver/mouse.c +++ b/driver/mouse.c @@ -1,4 +1,5 @@ #include "kernel/kernel.h" +#include "log.h" #include "mouse.h" #include "driver/vesa.h" diff --git a/driver/pci.c b/driver/pci.c index e8d8b23..1e2f660 100644 --- a/driver/pci.c +++ b/driver/pci.c @@ -1,6 +1,7 @@ #include "kernel/kernel.h" +#include "log.h" #include "asm_x86.h" #include "e1000.h" diff --git a/driver/timer.c b/driver/timer.c index 7f9859c..30a30c6 100644 --- a/driver/timer.c +++ b/driver/timer.c @@ -1,4 +1,5 @@ #include "kernel.h" +#include "log.h" #include "timer.h" #include "asm_x86.h" diff --git a/driver/vesa.c b/driver/vesa.c index 1bd4b7a..c882595 100644 --- a/driver/vesa.c +++ b/driver/vesa.c @@ -1,4 +1,5 @@ #include "kernel/kernel.h" +#include "log.h" //http://wiki.osdev.org/GUI #include -- cgit v1.2.3