summaryrefslogtreecommitdiffhomepage
path: root/src/libDDK/doc/SPECIFICATION_DDK.md
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/doc/SPECIFICATION_DDK.md
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/doc/SPECIFICATION_DDK.md')
-rw-r--r--src/libDDK/doc/SPECIFICATION_DDK.md18
1 files changed, 18 insertions, 0 deletions
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