diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 10:47:14 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 10:47:14 +0200 |
| commit | 2c4b02249ec4355a73b826909ab1889e45871faf (patch) | |
| tree | a904b374c7a738dd3dcb0a580e5667714b72682a /dev/ZKA/arm64-efi.make | |
| parent | d65e85588388bf8c2e0dc8f6b106947110c0e815 (diff) | |
Saving progress on User scheduler implementation.
+ Working on RISC-V, ARM64, POWER64 HALs, to be able to distribute
mulitple versions of the product.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/arm64-efi.make')
| -rw-r--r-- | dev/ZKA/arm64-efi.make | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/ZKA/arm64-efi.make b/dev/ZKA/arm64-efi.make index 4e6a3f84..47563ec4 100644 --- a/dev/ZKA/arm64-efi.make +++ b/dev/ZKA/arm64-efi.make @@ -1,6 +1,6 @@ ################################################## # (C) ZKA Technologies, all rights reserved. -# This is the microkernel makefile. +# This is the microKernel makefile. ################################################## CC = clang++ @@ -22,7 +22,7 @@ COPY = cp LDFLAGS = -subsystem:efi_application -entry:hal_init_platform /nodefaultlib LDOBJ = Objects/*.obj -# This file is the kernel, responsible of task management and memory. +# This file is the Kernel, responsible of task management and memory. KERNEL = newoskrnl.so .PHONY: error @@ -55,9 +55,9 @@ all: newos-arm64-epm link-arm64-epm .PHONY: help help: @echo "=== HELP ===" - @echo "all: Build kernel and link it." - @echo "link-arm64-epm: Link kernel for EPM based disks." - @echo "newos-arm64-epm: Build kernel for EPM based disks." + @echo "all: Build Kernel and link it." + @echo "link-arm64-epm: Link Kernel for EPM based disks." + @echo "newos-arm64-epm: Build Kernel for EPM based disks." .PHONY: clean clean: |
