diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-12-14 11:42:15 +0100 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-12-14 11:42:15 +0100 |
| commit | 1ebfbbece43b1e16c21cff83c4d43c616b8075ed (patch) | |
| tree | fe669e9bf9acfd56901b92a7edade838b939add1 /dev/ZBAKit/src/HEL/AMD64/BootMain.cc | |
| parent | 9d0ff59f961b11f6d03d57b9612a24db6e731267 (diff) | |
META: Update author to myself.
Diffstat (limited to 'dev/ZBAKit/src/HEL/AMD64/BootMain.cc')
| -rw-r--r-- | dev/ZBAKit/src/HEL/AMD64/BootMain.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc index 5aef8181..adca5fc0 100644 --- a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc +++ b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Incorporated., all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ @@ -155,7 +155,7 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr ImageHandle, mp->GetNumberOfProcessors(mp, &cnt_disabled, &cnt_enabled); #ifdef ZBA_USE_FB - CGDrawString("ZBA (c) Theater Quality Incorporated..", 10, 10, RGB(0xFF, 0xFF, 0xFF)); + CGDrawString("ZBA (c) Amlal EL Mahrouss.", 10, 10, RGB(0xFF, 0xFF, 0xFF)); CGDrawString((cnt_enabled > 1) ? "SMP detected." : "Single processor configuration detected.", 20, 10, RGB(0xFF, 0xFF, 0xFF)); #endif // ZBA_USE_FB |
