diff options
Diffstat (limited to 'src/kernel/arch/i386/boot.h')
-rw-r--r-- | src/kernel/arch/i386/boot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kernel/arch/i386/boot.h b/src/kernel/arch/i386/boot.h deleted file mode 100644 index 544f02d..0000000 --- a/src/kernel/arch/i386/boot.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once -#include <kernel/arch/i386/multiboot.h> - -void kmain_early(struct multiboot_info *multiboot); |