From 3e80780859c4cbe5223ca4329bfd6176f5c2c879 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 15 Aug 2022 20:48:23 +0200 Subject: kernel: port to multiboot2 --- src/kernel/arch/amd64/boot.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/kernel/arch/amd64/boot.h') diff --git a/src/kernel/arch/amd64/boot.h b/src/kernel/arch/amd64/boot.h index 98adff5..251086c 100644 --- a/src/kernel/arch/amd64/boot.h +++ b/src/kernel/arch/amd64/boot.h @@ -1,4 +1,2 @@ #pragma once -#include - -void kmain_early(struct multiboot_info *multiboot); +void kmain_early(void *mbi); -- cgit v1.2.3