Kernel

Permanently disable kernel features like ACPI

mv /bsd /bsd.old
config -e -o /bsd /bsd.old
ukc>disable acpi
ukc>quit

Tracing kernel calls

  • Comparable to strace on Linux

ktrace -t cn <program>
kdump | less