diff options
Diffstat (limited to 'boot/boot.S')
-rw-r--r-- | boot/boot.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.S b/boot/boot.S index 7882672..b16239a 100644 --- a/boot/boot.S +++ b/boot/boot.S @@ -30,8 +30,8 @@ #define ASM_SRC #include <bootstrap.h> -#include <x86/bios.h> -#include <x86/arch.h> +#include <bios.h> +#include <arch.h> /* ** Symbol for locating the beginning of the code. |