summaryrefslogtreecommitdiffhomepage
path: root/dev/INST
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-12 03:16:15 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-12 03:20:24 +0200
commitb323d403149db3d720a63af1087d44718821bd67 (patch)
treec15fdaf7053f40d8d6b89bc554e85998162391c7 /dev/INST
parent6d31d6e0959f224630317d247f489d18e65aa5bc (diff)
Kernel improvements, and Paging API changes.
ZKA: - Updated and fixed 4KB pages on ARM64. - Fixed 4KB pages on AMD64. - Refactor BMP allocator. ZBA: - Refactor Handover protocol. DDK: - Refactor and breaking API changes. HPFS: - Update code according to DDK. Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/INST')
-rw-r--r--dev/INST/ReadMe.md5
-rw-r--r--dev/INST/ReadMe.txt4
-rw-r--r--dev/INST/X64/InstallerRoutines.asm (renamed from dev/INST/X64/InstallAPI.asm)0
3 files changed, 5 insertions, 4 deletions
diff --git a/dev/INST/ReadMe.md b/dev/INST/ReadMe.md
new file mode 100644
index 00000000..a1e39edc
--- /dev/null
+++ b/dev/INST/ReadMe.md
@@ -0,0 +1,5 @@
+# ReadMe: INST
+
+This file installs ZKA OS into an HDD.
+</br>
+It can do both EPM and GPT partitions.
diff --git a/dev/INST/ReadMe.txt b/dev/INST/ReadMe.txt
deleted file mode 100644
index e7b71b4a..00000000
--- a/dev/INST/ReadMe.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-ReadMe: INST
-
-This file installs ZKA OS into an HDD.
-It can do both EPM and GPT partitions. \ No newline at end of file
diff --git a/dev/INST/X64/InstallAPI.asm b/dev/INST/X64/InstallerRoutines.asm
index 61c712d0..61c712d0 100644
--- a/dev/INST/X64/InstallAPI.asm
+++ b/dev/INST/X64/InstallerRoutines.asm