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