> question is already in the subject. I want to try the KDBG feature to > see whats wrong with my ral and some other things. It seems however that > i'm to stupid to disable DDB. My kernel config doesn't contain "option DDB", > and config(8) generates it anyway.
It is very likely that your configuration file includes sys/conf/GENERIC, which has an ``option DDB'' line. Miod