summaryrefslogtreecommitdiffhomepage
path: root/src/libDDK/docs
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-01 13:42:25 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-01 13:42:25 +0100
commitaece1fa5cdb3b504791812aba00cc7e8ca00eb02 (patch)
tree9ca3f49bc832e16192d8850319d0e5f62688527a /src/libDDK/docs
parentfdb8b146b2dd9d21bdc966e180632ba489accd6f (diff)
chore: rename docs folders to doc.v0.1.1-develop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libDDK/docs')
-rw-r--r--src/libDDK/docs/SPECIFICATION_DDK.md18
1 files changed, 0 insertions, 18 deletions
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