diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-28 08:26:13 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-28 08:26:13 +0200 |
| commit | 81c819e4c509c79987ac5050a776e3e3f4447ec6 (patch) | |
| tree | edc8c7678cfc77f9be33ab5391e5ca8f501051b8 /dev/install | |
| parent | 28dcc76e2e93817a5e4a4ceef0479fd8ac7399c9 (diff) | |
feat: math.hxx, pdf.hxx and CoreCG had breaking changes or were just introduced.
- math.hxx: Got a new fixed API.
- pdf.hxx: New PDF API.
- Processor.hxx: Add BP and SP on AMD64 targets.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/install')
| -rw-r--r-- | dev/install/hal/install_api.asm (renamed from dev/install/X64/InstallerRoutines.asm) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev/install/X64/InstallerRoutines.asm b/dev/install/hal/install_api.asm index 61c712d0..482cfc0c 100644 --- a/dev/install/X64/InstallerRoutines.asm +++ b/dev/install/hal/install_api.asm @@ -16,7 +16,7 @@ section .data -kInstallTitle: db "ZKA Installer", 0 +kInstallTitle: db "Formatting...", 0 section .text @@ -29,6 +29,3 @@ InstInstallToDir: mov r9, rdx ; FILE_INFO_STRUCT (DST) syscall ;; 0 = GOOD, 1 = BAD FIS (SRC), 2 = BAD FIS (DST) ret - - - |
