This driver loads and executes an int 3, then returns
and removes itself from memory. It is useful for breaking
into the kernel debugger before or after a driver loads.

This driver can be loaded with BASEDEV= or DEVICE= and
can be used as many times in your config.sys as you like.

Example:

BASEDEV=dbgbrk.sys
or
DEVICE=dbgbrk.sys
