summaryrefslogtreecommitdiffhomepage
path: root/dev/ddk
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-30 12:34:54 +0200
committerAmlal <amlal@nekernel.org>2025-04-30 12:34:54 +0200
commitfcea594f2df75dcd0f3d4bfeac988b748be89c13 (patch)
tree0204f5575637644879c89a1a3c00b5848043e89b /dev/ddk
parent911bf2d68a4904d8ff838d31e00ef65d4e03063c (diff)
kernel: keep track of cr3 in AMD HAL/HEL.
why? To keep track of it, avoid security issues in the future. Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/ddk')
-rw-r--r--dev/ddk/DDKKit/net.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev/ddk/DDKKit/net.h b/dev/ddk/DDKKit/net.h
new file mode 100644
index 00000000..ea85dee7
--- /dev/null
+++ b/dev/ddk/DDKKit/net.h
@@ -0,0 +1,16 @@
+/* -------------------------------------------
+
+ Copyright Amlal El Mahrouss.
+
+ FILE: net.h
+ PURPOSE: Network model base header.
+
+------------------------------------------- */
+
+#pragma once
+
+#include <DDKKit/macros.h>
+
+struct DDK_NET_MANIFEST;
+
+/// @brief IFS hooks to plug into the FileMgr.