2008-08-04 06:49:32

by Jeffrey V. Merkey

[permalink] [raw]
Subject: [PATCH 2.6.27-rc1 3/25] mdb: Merkey's Kernel Debugger 2.6.27-rc1

Netware style debugger for Linux written by Jeffrey Vernon Merkey

--- a/debug/Makefile 1969-12-31 17:00:00.000000000 -0700
+++ b/debug/Makefile 2008-08-03 16:15:00.000000000 -0600
@@ -0,0 +1,5 @@
+
+#
+obj-y :=mdb.o mdb-base.o mdb-list.o mdb-logic.o mdb-os.o mdb-ia32.o
mdb-ia32-support.o
+
+


By making a contribution to this project, I certify that
the contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file.

Jeffrey Vernon Merkey