From a7939c9a20d5f4b83d5df34aa652a88a0764042c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 25 Aug 2025 09:50:27 +0200 Subject: feat! ddk -> libDDK, use syscall on AMD64. Signed-off-by: Amlal El Mahrouss --- dev/libDDK/docs/SPECIFICATION_DDK.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev/libDDK/docs/SPECIFICATION_DDK.md (limited to 'dev/libDDK/docs') diff --git a/dev/libDDK/docs/SPECIFICATION_DDK.md b/dev/libDDK/docs/SPECIFICATION_DDK.md new file mode 100644 index 00000000..d7d333d3 --- /dev/null +++ b/dev/libDDK/docs/SPECIFICATION_DDK.md @@ -0,0 +1,18 @@ +=================================== + +# 0: General Information + +=================================== + +- Programming Language: C/C++ +- Build System: Make/NeBuild +- Purpose: Driver Tool Kit, which you link against ddk.sys + +=================================== + +# 1: How It works + +=================================== + +- Driver shall directly call the kernel at specific ports. (Or a kernel call) +- Kernel must respond according to kernel call, otherwise a panic will occur. \ No newline at end of file -- cgit v1.2.3