diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-02-18 10:40:52 +0100 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-17 16:39:39 +0100 |
| commit | 9d568ef3e785ce3d6028fa60bd59eaac2e85900a (patch) | |
| tree | 3e2e54e82f00b0823e366f252d0d75cb720b5bbe /libs | |
| parent | 01549be5c53f74df3df1d7f9de3e702ffb906088 (diff) | |
| download | teachos-9d568ef3e785ce3d6028fa60bd59eaac2e85900a.tar.xz teachos-9d568ef3e785ce3d6028fa60bd59eaac2e85900a.zip | |
add comment where the command line information is
Diffstat (limited to 'libs')
| -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. |
