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