Removed obsolete documentation
[reactos.git] / reactos / doc / debug.txt
diff --git a/reactos/doc/debug.txt b/reactos/doc/debug.txt
deleted file mode 100644 (file)
index 28467c6..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Some notes on debugging the ReactOS kernel
-------------------------------------------
-
-* Interpreting crashes
-
-If the kernel causes a fatal cpu fault then it will print out a message and
-halt. This message contains important information for debugging the problem,
-look for these lines
-
-Exception: xx(yy)
-CS:EIP 20:zzzzzzzzzzzz
-
-Here xx is the type of error, usually either 14 or 13 and yy is the error
-code. Generally error codes 13 and 14 both mean the kernel tried to access
-some memory in an invalid way. zzzzzzzzz is the address of the erronous
-instruction.
-
-* Debugging with bochs
-