From 9b511ef45201d5bd1c423b3bb0b9daf541ada58b Mon Sep 17 00:00:00 2001 From: Gregor Anich Date: Sun, 9 Oct 2005 00:25:19 +0000 Subject: [PATCH] Add KDBinit to the installation. svn path=/trunk/; revision=18368 --- reactos/media/drivers/etc/KDBinit | 3 +-- reactos/media/drivers/etc/etc.xml | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/reactos/media/drivers/etc/KDBinit b/reactos/media/drivers/etc/KDBinit index 53a68e1e23a..88f5bcf46f6 100644 --- a/reactos/media/drivers/etc/KDBinit +++ b/reactos/media/drivers/etc/KDBinit @@ -1,6 +1,5 @@ # Example KDB.init file # -# The disassembly flavor is set to "intel" (default is "at&t") and the # # Set the disassembly flavor to "intel" (default is "at&t") @@ -9,7 +8,7 @@ set syntax intel # Change the condition to enter KDB on INT3 to "always" (default is "kmode") set condition INT3 first always -# This is a special command available only in the KDB.init file - it breaks into +# This is a special command available only in the KDBinit file - it breaks into # KDB when it is interpreting the init file at startup. #break diff --git a/reactos/media/drivers/etc/etc.xml b/reactos/media/drivers/etc/etc.xml index 125eec11eac..96d48c13460 100644 --- a/reactos/media/drivers/etc/etc.xml +++ b/reactos/media/drivers/etc/etc.xml @@ -1,2 +1,6 @@ services services + + KDBinit + KDBinit + \ No newline at end of file