xref: /reactos/media/drivers/etc/KDBinit (revision 5100859e)
1# Example KDB.init file
2#
3
4# Set the disassembly flavor to "intel" (default is "at&t")
5set 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
14