diff options
Diffstat (limited to 'libs/multiboot2/include')
| -rw-r--r-- | libs/multiboot2/include/multiboot2/information/data.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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<information_id::module> { //! The physical start address of this module. |
