summaryrefslogtreecommitdiffhomepage
path: root/dev/DLL
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/DLL
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/DLL')
-rw-r--r--dev/DLL/Security/.keep0
-rw-r--r--dev/DLL/Security/build.json20
2 files changed, 0 insertions, 20 deletions
diff --git a/dev/DLL/Security/.keep b/dev/DLL/Security/.keep
deleted file mode 100644
index e69de29b..00000000
--- a/dev/DLL/Security/.keep
+++ /dev/null
diff --git a/dev/DLL/Security/build.json b/dev/DLL/Security/build.json
deleted file mode 100644
index 5877cdf6..00000000
--- a/dev/DLL/Security/build.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "compiler_path": "x86_64-w64-mingw32-g++",
- "compiler_std": "c++20",
- "headers_path": ["../"],
- "sources_path": ["Sources/*.cxx"],
- "output_name": "sec.dll",
- "compiler_flags": [
- "-ffreestanding",
- "-shared",
- "-fno-rtti",
- "-fno-exceptions",
- "-Wl,--subsystem=17"
- ],
- "cpp_macros": [
- "__SEC_IMPL__",
- "cSECVersion=0x0100",
- "cSECVersionHighest=0x0100",
- "cSECVersionLowest=0x0100"
- ]
-}