diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-10 09:36:03 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-10 09:40:09 +0200 |
| commit | 5ce8823643f02e4d04c80e2dcf944b442b2ba69b (patch) | |
| tree | e908592781f7fd26cefbc491de139f4c2a5a8f05 /Kernel/amd64-efi.make | |
| parent | 5f6549b7d46118ba416faa170ff088d98c9144f0 (diff) | |
MHR-36:
IMP:
- APICController class.
- Prefix string enum with 'e'.
- Document MSR functions.
- ke_map_address returns 0 when mapped or not mapped, 1 when pde is
invalid.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/amd64-efi.make')
| -rw-r--r-- | Kernel/amd64-efi.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/amd64-efi.make b/Kernel/amd64-efi.make index b25685e2..83b4fd3d 100644 --- a/Kernel/amd64-efi.make +++ b/Kernel/amd64-efi.make @@ -59,7 +59,7 @@ newos-amd64-epm: clean $(wildcard HALKit/AMD64/*.s) $(ASM) $(ASMFLAGS) HALKit/AMD64/HalInterruptAPI.asm $(ASM) $(ASMFLAGS) HALKit/AMD64/HalSMPCoreManager.asm - $(ASM) $(ASMFLAGS) HALKit/AMD64/HalNewBoot.asm + $(ASM) $(ASMFLAGS) HALKit/AMD64/HalBoot.asm $(ASM) $(ASMFLAGS) HALKit/AMD64/HalInstallTIB.asm $(MOVEALL) |
