diff --git a/reactos/media/drivers/etc/KDBinit b/reactos/media/drivers/etc/KDBinit index 06ddbcdf12d..2d63a94a86c 100644 --- a/reactos/media/drivers/etc/KDBinit +++ b/reactos/media/drivers/etc/KDBinit @@ -6,7 +6,7 @@ set syntax intel # Change the condition to enter KDB on INT3 to "always" (default is "kmode") -set condition INT3 first always +# set condition INT3 first always # This is a special command available only in the KDBinit file - it breaks into # KDB when it is interpreting the init file at startup.