diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 14:41:48 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 14:41:48 +0100 |
| commit | eb2046d6cc73540f540b30e94bf4593ddf24100e (patch) | |
| tree | 914d18ef616590806855a3c43bc2d2e1f17a420f /Private/HALKit/PowerPC | |
| parent | c660c54ef256688553e3face26a8f6b5fe8553a7 (diff) | |
- Update UEFI implementation of SimpleTextProtocol.
- Working on BFileReader.
- Working on Interrupts for AMD64.
- Refactor copyright remove year.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/HALKit/PowerPC')
| -rw-r--r-- | Private/HALKit/PowerPC/CoreContextSwitchPowerPC.s | 2 | ||||
| -rw-r--r-- | Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp | 2 | ||||
| -rw-r--r-- | Private/HALKit/PowerPC/HalHardware.cpp | 2 | ||||
| -rw-r--r-- | Private/HALKit/PowerPC/Processor.hpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Private/HALKit/PowerPC/CoreContextSwitchPowerPC.s b/Private/HALKit/PowerPC/CoreContextSwitchPowerPC.s index 04a0cbbf..5ca6b5ef 100644 --- a/Private/HALKit/PowerPC/CoreContextSwitchPowerPC.s +++ b/Private/HALKit/PowerPC/CoreContextSwitchPowerPC.s @@ -2,7 +2,7 @@ * ======================================================== * * HCore - * Copyright 2024 Mahrouss Logic, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp b/Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp index 6985f964..7c7d7683 100644 --- a/Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp +++ b/Private/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp @@ -2,7 +2,7 @@ * ======================================================== * * HCore - * Copyright 2024 Mahrouss Logic, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/Private/HALKit/PowerPC/HalHardware.cpp b/Private/HALKit/PowerPC/HalHardware.cpp index 04676eff..96b2d09f 100644 --- a/Private/HALKit/PowerPC/HalHardware.cpp +++ b/Private/HALKit/PowerPC/HalHardware.cpp @@ -2,7 +2,7 @@ * ======================================================== * * HCore - * Copyright 2024 Mahrouss Logic, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/Private/HALKit/PowerPC/Processor.hpp b/Private/HALKit/PowerPC/Processor.hpp index a29454c9..b1673f97 100644 --- a/Private/HALKit/PowerPC/Processor.hpp +++ b/Private/HALKit/PowerPC/Processor.hpp @@ -2,7 +2,7 @@ * ======================================================== * * HCore - * Copyright 2024 Mahrouss Logic, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ |
