rust-osdev/multiboot2

multiboot2: Missing Tags [call for contribution]

phip1611 opened this issue · 3 comments

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:

  • EndTag (0x0) (currently hard coded.. could be done nicer) (#138)
  • BasicMeminfo (0x4) (#137)
  • Bootdev (0x5)
  • Apm (0xa)
  • Smbios (0xc) (#137)
  • Network (0x10)

Thanks @YtvwlD 🥳

Oh, I do have the end tag somewhere. :)

Nice, I've updated the issue.