diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 09:42:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 09:42:54 +0100 |
| commit | fc55f0d69d24fb4908cbd811681f2c3fac53614d (patch) | |
| tree | ba09a2cdbb225df7ba1a9ec5a12bcbb90b673ead /Private/HALKit/AMD64/HalHardwareInit.cpp | |
| parent | 7bed9287589293bd9d712d152539591dee0b28c0 (diff) | |
kernel: add GKit, improve AMD64 HAL.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/HALKit/AMD64/HalHardwareInit.cpp')
| -rw-r--r-- | Private/HALKit/AMD64/HalHardwareInit.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Private/HALKit/AMD64/HalHardwareInit.cpp b/Private/HALKit/AMD64/HalHardwareInit.cpp new file mode 100644 index 00000000..1856cc2d --- /dev/null +++ b/Private/HALKit/AMD64/HalHardwareInit.cpp @@ -0,0 +1,20 @@ +/* + * ======================================================== + * + * HCore + * Copyright 2024 Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +#include <ArchKit/Arch.hpp> + +// bugs = 0 + +namespace HCore { +bool ke_init_hal() { + // TODO: Hardware Specific stuff. + + return true; +} +} // namespace HCore |
