diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-09 05:12:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-09 05:48:25 +0100 |
| commit | 64c23b15059649aeee6d08c7940d0ff1b56512b5 (patch) | |
| tree | c6e826d0b7f92d681563b8b381e36bf86628f8f1 /src/boot/BootKit/Config.h | |
| parent | 4d192e629a07ae457134cb0063e0136e54b01008 (diff) | |
feat: New `InitializerList` class, and `LHGetLaunchInfo` implementation on `LaunchHelpers.fwrk`.v0.0.82
fix: Fix operator!= in the `Atom` class.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/boot/BootKit/Config.h')
| -rw-r--r-- | src/boot/BootKit/Config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/BootKit/Config.h b/src/boot/BootKit/Config.h index b2641b24..42063d45 100644 --- a/src/boot/BootKit/Config.h +++ b/src/boot/BootKit/Config.h @@ -10,7 +10,7 @@ #include <NeKit/Config.h> namespace Boot { - using namespace Kernel; +using namespace Kernel; } -#endif // ! __BOOTKIT_CONFIG_H__
\ No newline at end of file +#endif // ! __BOOTKIT_CONFIG_H__
\ No newline at end of file |
