mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-24 15:55:41 -05:00
Fix typos
This commit is contained in:
parent
29066eda8d
commit
8064ee609f
1 changed files with 2 additions and 3 deletions
|
@ -77,11 +77,10 @@ struct KernAux_Multiboot2_Tag_BIOSBootDevice {
|
||||||
__attribute__((packed));
|
__attribute__((packed));
|
||||||
|
|
||||||
struct KernAux_Multiboot2_Tag_MemoryMap {
|
struct KernAux_Multiboot2_Tag_MemoryMap {
|
||||||
// type = 5
|
// type = 6
|
||||||
// size = ?
|
// size = ?
|
||||||
struct KernAux_Multiboot2_TagBase base;
|
struct KernAux_Multiboot2_TagBase base;
|
||||||
|
|
||||||
unsigned int size : 32;
|
|
||||||
unsigned int entry_size : 32;
|
unsigned int entry_size : 32;
|
||||||
unsigned int entry_version : 32;
|
unsigned int entry_version : 32;
|
||||||
|
|
||||||
|
@ -136,7 +135,7 @@ __attribute__((packed));
|
||||||
|
|
||||||
struct KernAux_Multiboot2_Tag_APMTable {
|
struct KernAux_Multiboot2_Tag_APMTable {
|
||||||
// type = 10
|
// type = 10
|
||||||
// size = 20
|
// size = 28
|
||||||
struct KernAux_Multiboot2_TagBase base;
|
struct KernAux_Multiboot2_TagBase base;
|
||||||
|
|
||||||
unsigned short version : 16;
|
unsigned short version : 16;
|
||||||
|
|
Loading…
Add table
Reference in a new issue