Alan Sguigna
Conventional printf statements within a BIOS being debugged add a lot of โbackpressureโ due to the overhead within the printf routine and the cost of directing the output through a slow serial port. This slows the debugging process down, and may even mask some time-sensitive bugs. Is there a better, more non-intrusive way?