NetBSD specific loadable kernel module that implements a standalone printing mechanism to Bochs/Qemu-style debug console (port 0xe9).
3 lines
102 B
Bash
3 lines
102 B
Bash
#!/bin/sh
|
|
|
|
modload @PREFIX@/stand/@MACHINE@/@OS_VERSION@/modules/debugcon_printf/debugcon_printf.kmod
|