summaryrefslogtreecommitdiffhomepage
path: root/dev/libDDK/docs/SPECIFICATION_DDK.md
diff options
context:
space:
mode:
Diffstat (limited to 'dev/libDDK/docs/SPECIFICATION_DDK.md')
-rw-r--r--dev/libDDK/docs/SPECIFICATION_DDK.md18
1 files changed, 18 insertions, 0 deletions
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