summaryrefslogtreecommitdiffhomepage
path: root/dev/libDDK/docs
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 03:02:43 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 03:02:43 +0100
commit83d870e58457a1d335a1d9b9966a6a1887cc297b (patch)
tree72888f88c7728c82f3f6df1f4f70591de15eab36 /dev/libDDK/docs
parentab37adbacf0f33845804c788b39680cd754752a8 (diff)
feat! breaking changes on kernel sources.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/libDDK/docs')
-rw-r--r--dev/libDDK/docs/SPECIFICATION_DDK.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev/libDDK/docs/SPECIFICATION_DDK.md b/dev/libDDK/docs/SPECIFICATION_DDK.md
deleted file mode 100644
index d59b6e77..00000000
--- a/dev/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