From 4404fa9b3d98646f942e32146722a9d0a68edc13 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 23 Aug 2018 03:20:56 +0200 Subject: never ending struggle with forking --- kernel/multiboot.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'kernel/multiboot.h') diff --git a/kernel/multiboot.h b/kernel/multiboot.h index 560bae4..49f239f 100644 --- a/kernel/multiboot.h +++ b/kernel/multiboot.h @@ -1,12 +1,18 @@ +/** + * @file + * + * This Structures ars defined by the multiboot specification and you will + * get them from your bootloader. + */ + //# https://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Boot-information-format + #ifndef MULTIBOOT_H #define MULTIBOOT_H - #include #include - typedef struct multiboot_information_struct { uint32_t flags; @@ -58,7 +64,6 @@ typedef struct multiboot_mod_struct }multiboot_mod; - multiboot_information* get_multiboot(uint32_t eax, uint32_t ebx); #endif -- cgit v1.2.3