diff options
Diffstat (limited to 'src/kernel/system.h')
-rw-r--r-- | src/kernel/system.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/kernel/system.h b/src/kernel/system.h index b85865c..407cd75 100644 --- a/src/kernel/system.h +++ b/src/kernel/system.h @@ -16,11 +16,6 @@ extern void ASM_KERNEL_END(); uint32_t initial_esp; /** - * Multiboot structure pointer by grub - */ -multiboot_info_t *multiboot_header; - -/** * Initialize the basic features of the OS */ void init(); |