From b323d403149db3d720a63af1087d44718821bd67 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 12 Sep 2024 03:16:15 +0200 Subject: 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 --- dev/DLL/Security/.keep | 0 dev/DLL/Security/build.json | 20 -------------------- 2 files changed, 20 deletions(-) delete mode 100644 dev/DLL/Security/.keep delete mode 100644 dev/DLL/Security/build.json (limited to 'dev/DLL') diff --git a/dev/DLL/Security/.keep b/dev/DLL/Security/.keep deleted file mode 100644 index e69de29b..00000000 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" - ] -} -- cgit v1.2.3