summaryrefslogtreecommitdiffhomepage
path: root/dev/ddk/docs
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ddk/docs')
-rw-r--r--dev/ddk/docs/SPECIFICATION_DDK.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev/ddk/docs/SPECIFICATION_DDK.md b/dev/ddk/docs/SPECIFICATION_DDK.md
deleted file mode 100644
index d7d333d3..00000000
--- a/dev/ddk/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 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