Rename KDB.init to KDBinit - it was not an ISO9660 conforming name.
[reactos.git] / reactos / media / drivers / etc / KDBinit
1 # Example KDB.init file
2 #
3 # The disassembly flavor is set to "intel" (default is "at&t") and the
4 #
5
6 # Set the disassembly flavor to "intel" (default is "at&t")
7 set syntax intel
8
9 # Change the condition to enter KDB on INT3 to "always" (default is "kmode")
10 set condition INT3 first always
11
12 # This is a special command available only in the KDB.init file - it breaks into
13 # KDB when it is interpreting the init file at startup.
14 #break
15