From 8064ee609fd3707f6043ba4ba3ebcbce30963b19 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 28 Nov 2020 01:14:18 +0500 Subject: [PATCH] Fix typos --- include/kernaux/multiboot2.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/kernaux/multiboot2.h b/include/kernaux/multiboot2.h index 6b950e0..15ee3d2 100644 --- a/include/kernaux/multiboot2.h +++ b/include/kernaux/multiboot2.h @@ -77,11 +77,10 @@ struct KernAux_Multiboot2_Tag_BIOSBootDevice { __attribute__((packed)); struct KernAux_Multiboot2_Tag_MemoryMap { - // type = 5 + // type = 6 // size = ? struct KernAux_Multiboot2_TagBase base; - unsigned int size : 32; unsigned int entry_size : 32; unsigned int entry_version : 32; @@ -136,7 +135,7 @@ __attribute__((packed)); struct KernAux_Multiboot2_Tag_APMTable { // type = 10 - // size = 20 + // size = 28 struct KernAux_Multiboot2_TagBase base; unsigned short version : 16;