[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]
Kernel Extensions and Device Support Programming Concepts

machdep Subcommands for the KDB Kernel Debugger and kdb Command


reboot Subcommand

Note: This subcommand is only available within the kdb command; it is not included in the KDB Kernel Debugger.

The reboot subcommand may be used to reboot the machine. The soft reboot interface is called (sr_slih(1)).

Example

   KDB(0)> reboot reboot the machine
   Rebooting ...

[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]