multiboot2
multiboot2 copied to clipboard
multiboot2: Missing Tags [call for contribution]
I just found out that the multiboot2 crate does not contain nice high level types for all possible multiboot2 tags yet. Here is a list of missing types. If you want to contribute, please start here:
- [x]
EndTag (0x0)(currently hard coded.. could be done nicer) (#138) - [x]
BasicMeminfo (0x4)(#137) - [ ]
Bootdev (0x5) - [ ]
Apm (0xa) - [x]
Smbios (0xc)(#137) - [ ]
Network (0x10)
Thanks @YtvwlD 🥳
Oh, I do have the end tag somewhere. :)
Nice, I've updated the issue.