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