diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-28 14:23:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-28 14:23:37 +0100 |
| commit | b177e9c4c954170b590d777fe77442ff3a0cd8d7 (patch) | |
| tree | 7282e804cabc35d8b905aeb45a94c88cffd982fe /Public | |
| parent | 89326d7a262b48701cec9dba71b43235d18c6e30 (diff) | |
HEL: Improve UEFI support, will add a EPM wrapper over it.
EPM will be used to load the Operating System and it's partitions.
It was originally meant for kickStart, but we'll it also here.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public')
| -rw-r--r-- | Public/SDK/ZipKit/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Public/SDK/ZipKit/Makefile b/Public/SDK/ZipKit/Makefile new file mode 100644 index 00000000..bb1cd69d --- /dev/null +++ b/Public/SDK/ZipKit/Makefile @@ -0,0 +1,5 @@ +# (C) Mahrouss Logic, 2024, all rights reserved. + +.PHONY: zip +zip: + @echo "Later!" |
