The KDB.INI Initialisation File

The debug kernel normally only accepts commands enetered at the debugging console. However, during system initialisation it will accept commands entered into a text file, which if used, must be called KDB.INI and reside in the root directory of the boot drive.

The KDB.INI file is read after the kernel has loaded and the kernel symbols are loaded and the system is running in protect mode.

Warning:

The content of the KDB.INI file is somewhat sensitive. If you make a syntax or format error then you may hang the system and have to re-boot from installation diskettes to recover.

On most systems the use of a KDB.INI file is not required to establish correct operation of the COM port and should be avioded.

Each command must be terminated with a <CR><LF> pair except the last in the file.

The KDB.INI is most easily created using:

        COPY CON: KDB.INI

Enter the commands you require, using the <RETURN> key after each command except the last. For the final command, teminate it using the sequence: Ctrl-Z <RETURN>.

Note:

Use of an editor for creating KDB.INI may not be suitable if the <CR><LF> sequence cannot be suppressed from the last line.