From 9d568ef3e785ce3d6028fa60bd59eaac2e85900a Mon Sep 17 00:00:00 2001 From: Lukas Oesch Date: Wed, 18 Feb 2026 10:40:52 +0100 Subject: add comment where the command line information is --- libs/multiboot2/include/multiboot2/information/data.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/multiboot2') diff --git a/libs/multiboot2/include/multiboot2/information/data.hpp b/libs/multiboot2/include/multiboot2/information/data.hpp index 8d53448..9fa6d5b 100644 --- a/libs/multiboot2/include/multiboot2/information/data.hpp +++ b/libs/multiboot2/include/multiboot2/information/data.hpp @@ -128,6 +128,9 @@ namespace multiboot2 }; //! A module loaded by the bootloader. + //! + //! @note the command line associated with this module is not part of this structure, since it is of variable size + //! and the contained information starts at the end of this structure. struct module : tag_data { //! The physical start address of this module. -- cgit v1.2.3