diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-01 11:59:48 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-01 11:59:48 +0200 |
| commit | 1e8b22f34ce423b23d1b4c4ea59ed16aa29842d8 (patch) | |
| tree | 270042aea172fa5785303763cb739ea5ce3e4f69 /dev/boot/BootKit | |
| parent | c613812ef130388ac82b24bdce12389de96b7ce4 (diff) | |
tooling, fs: Improve tooling and clean up HeFS filesystem code.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/BootKit')
| -rw-r--r-- | dev/boot/BootKit/BootKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index 5f4a65c4..3f871b9a 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -148,6 +148,7 @@ class BootFileReader final { typedef UInt8* BlobType; +/// @brief Bootloader Version String. class BVersionString final { public: static const CharacterTypeUTF8* The() { return BOOTLOADER_VERSION; } |
