diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:03:47 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:06:33 +0100 |
| commit | eb5271c14e02aab956ab53f5e74290bca495e2ff (patch) | |
| tree | 2fb4fd88baa4b67852ac8ae13a02cad274d4693c /dev/Boot/amd64-efi.make | |
| parent | 46a2b68fa4d69df59b21afb04d5382293f005137 (diff) | |
See details of commit.
IMPL: Better Bootloader architecture.
FIX: Remove overcomplicated FbMgr code.
IMPL: Implement the SwapMgrDisk function to dump process data to disk.
FIX: Fix the format system in Boot.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/amd64-efi.make')
| -rw-r--r-- | dev/Boot/amd64-efi.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/amd64-efi.make b/dev/Boot/amd64-efi.make index 3ffffee1..c9d04e7a 100644 --- a/dev/Boot/amd64-efi.make +++ b/dev/Boot/amd64-efi.make @@ -21,7 +21,7 @@ EMU=qemu-system-x86_64 -net none endif ifeq ($(NEWS_MODEL), ) -ZKA_MODEL=-DkMachineModel="\"ZKA\"" +ZKA_MODEL=-DkMachineModel="\"ZkaOS\"" endif BIOS=OVMF.fd |
