diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-12-22 08:38:32 +0100 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-12-22 08:38:32 +0100 |
| commit | bddaafedff871716a0169e9ebf1ada5851970365 (patch) | |
| tree | 22fbfde6a811e49b8968eb138c83b4cce3a1df92 /dev/BootLoader/src/HEL/AMD64/BootPlatform.cc | |
| parent | 610f91d87152cbe48d3054fcf437d8239da6ef35 (diff) | |
META: BUMPING.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/BootLoader/src/HEL/AMD64/BootPlatform.cc')
| -rw-r--r-- | dev/BootLoader/src/HEL/AMD64/BootPlatform.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/BootLoader/src/HEL/AMD64/BootPlatform.cc b/dev/BootLoader/src/HEL/AMD64/BootPlatform.cc index 83e37a02..5fe7d41f 100644 --- a/dev/BootLoader/src/HEL/AMD64/BootPlatform.cc +++ b/dev/BootLoader/src/HEL/AMD64/BootPlatform.cc @@ -1,7 +1,7 @@ /* ------------------------------------------- - Copyright (C) 2024, TQ B.V, all rights reserved. + Copyright (C) 2024, Theater Quality Inc, all rights reserved. ------------------------------------------- */ @@ -9,7 +9,7 @@ #include <BootKit/Protocol.h> #include <BootKit/BootKit.h> -#ifdef __STANDALONE__ +#ifdef __BOOTLDR_STANDALONE__ using namespace Boot; @@ -103,4 +103,4 @@ void rt_hlt() Kernel::HAL::rt_halt(); } -#endif // __STANDALONE__ +#endif // __BOOTLDR_STANDALONE__ |
