Implement APIC, RTC, basic ACPI parser and timer support
[lunaix-os.git] / lunaix-os / includes / arch / x86 / boot / multiboot.h
index a019686fe4743db6dda7094bec18286ddef672fa..aca8f433ef7cc3d94f525546e91c89f2ef8e4408 100644 (file)
@@ -225,5 +225,8 @@ struct multiboot_apm_info
     multiboot_uint16_t cseg_16_len;
     multiboot_uint16_t dseg_len;
 };
+
+#define MB_MMAP_ENTRY_SIZE      sizeof(multiboot_memory_map_t)
+
 #endif
 #endif
\ No newline at end of file