diff options
| author | Amlal <amlal@zka.com> | 2024-07-12 01:03:21 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-12 01:03:21 +0200 |
| commit | a268a7d3551523fb82b1495808f3ea2516b6fdaa (patch) | |
| tree | 0a7fab583aafca52bccf5bac143517f559b3a247 /Boot/BootKit/ProgramLoader.hxx | |
| parent | 0a076b2bcc21d4fc94b83569e1b5198f9e4acd0b (diff) | |
[IMP && FIX] Various patches and implementations.
Most importantly:
- JSON parser.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Boot/BootKit/ProgramLoader.hxx')
| -rw-r--r-- | Boot/BootKit/ProgramLoader.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Boot/BootKit/ProgramLoader.hxx b/Boot/BootKit/ProgramLoader.hxx index 12414d38..6f789d37 100644 --- a/Boot/BootKit/ProgramLoader.hxx +++ b/Boot/BootKit/ProgramLoader.hxx @@ -12,12 +12,12 @@ namespace Boot { - using namespace Kernel; + using namespace Kernel; class ProgramLoader; /// @brief Program loader class - /// @package nl.zeta.boot.api + /// @package nl.zeta.boot.api class ProgramLoader final { public: @@ -34,8 +34,8 @@ namespace Boot void SetName(const char* name); private: - Char fBlobName[255]; + Char fBlobName[255]; VoidPtr fStartAddress{nullptr}; VoidPtr fBlob{nullptr}; }; -} // namespace Kernel
\ No newline at end of file +} // namespace Boot
\ No newline at end of file |
