From aece1fa5cdb3b504791812aba00cc7e8ca00eb02 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 1 Jan 2026 13:42:25 +0100 Subject: chore: rename docs folders to doc. Signed-off-by: Amlal El Mahrouss --- src/libDDK/doc/SPECIFICATION_DDK.md | 18 ++++++++++++++++++ src/libDDK/docs/SPECIFICATION_DDK.md | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 src/libDDK/doc/SPECIFICATION_DDK.md delete mode 100644 src/libDDK/docs/SPECIFICATION_DDK.md (limited to 'src/libDDK') diff --git a/src/libDDK/doc/SPECIFICATION_DDK.md b/src/libDDK/doc/SPECIFICATION_DDK.md new file mode 100644 index 00000000..d59b6e77 --- /dev/null +++ b/src/libDDK/doc/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 libDDK.dll + +=================================== + +# 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 diff --git a/src/libDDK/docs/SPECIFICATION_DDK.md b/src/libDDK/docs/SPECIFICATION_DDK.md deleted file mode 100644 index d59b6e77..00000000 --- a/src/libDDK/docs/SPECIFICATION_DDK.md +++ /dev/null @@ -1,18 +0,0 @@ -=================================== - -# 0: General Information - -=================================== - -- Programming Language: C/C++ -- Build System: Make/NeBuild -- Purpose: Driver Tool Kit, which you link against libDDK.dll - -=================================== - -# 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