From 4cda542d863839c5b0e026ccee297ca5ff3dd9cd Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 17:28:59 +0200 Subject: switched to apic/ioapic finally --- kernel/multiboot.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'kernel/multiboot.h') diff --git a/kernel/multiboot.h b/kernel/multiboot.h index 49f239f..09f7286 100644 --- a/kernel/multiboot.h +++ b/kernel/multiboot.h @@ -3,9 +3,13 @@ * * This Structures ars defined by the multiboot specification and you will * get them from your bootloader. + * + * Ref + * --- + * https://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Boot-information-format + * */ -//# https://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Boot-information-format #ifndef MULTIBOOT_H #define MULTIBOOT_H @@ -64,6 +68,6 @@ typedef struct multiboot_mod_struct }multiboot_mod; -multiboot_information* get_multiboot(uint32_t eax, uint32_t ebx); +multiboot_information* multiboot_read(uint32_t eax, uint32_t ebx); #endif -- cgit v1.2.3