Since the primary way of doing user IO with the kernel is through the serial port, we need a way to expose detailed OS logs without over-cluttering the serial port output. Consider writing a kernel.log file on the OS's filesystem, then somehow retrieving it from QEMU.
Since the primary way of doing user IO with the kernel is through the serial port, we need a way to expose detailed OS logs without over-cluttering the serial port output. Consider writing a
kernel.logfile on the OS's filesystem, then somehow retrieving it from QEMU.