From a268a7d3551523fb82b1495808f3ea2516b6fdaa Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 12 Jul 2024 01:03:21 +0200 Subject: [IMP && FIX] Various patches and implementations. Most importantly: - JSON parser. Signed-off-by: Amlal --- Boot/BootKit/ProgramLoader.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Boot/BootKit/ProgramLoader.hxx') 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 -- cgit v1.2.3