From fc70ab53e4868c84cb56a5353c3ec2cc5cf827eb Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 27 May 2024 13:59:41 -0500 Subject: arch: i386: pass entry page directory to entry func Add a third argument to i386_entry. This argument is the bootstrap page directory. Pages can be temporarily mapped in during the initialization of the paging system. Signed-off-by: Danny Holman --- arch/i386/include/kernel/multiboot.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/i386/include/kernel') diff --git a/arch/i386/include/kernel/multiboot.h b/arch/i386/include/kernel/multiboot.h index 5825816..abbd8a9 100644 --- a/arch/i386/include/kernel/multiboot.h +++ b/arch/i386/include/kernel/multiboot.h @@ -99,6 +99,4 @@ struct mboot_mmap_entry { uint32_t type; } __attribute__((packed)); -void i386_entry(uint32_t mboot_magic, struct mboot_info *header); - #endif -- cgit v1.2.3