diff options
-rw-r--r-- | bootmain.c | 6 | ||||
-rw-r--r-- | console.c | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ -#include <types.h> -#include <elf.h> -#include <x86.h> +#include "types.h" +#include "elf.h" +#include "x86.h" /********************************************************************** * This a dirt simple boot loader, whose sole job is to boot @@ -1,5 +1,5 @@ -#include <types.h> -#include <x86.h> +#include "types.h" +#include "x86.h" #include "defs.h" #include "spinlock.h" |