|
|
|
|
|
by rcxdude
601 days ago
|
|
It's not clear from the thread whether the logging to the serial port was in the same thread as the audio processing. If it was, then it would be a problem either way. If it wasn't, then the fact that the irq is not premptable would mean that it will cause problems for all threads in the virtual case, but not in the real hardware case. |
|
Something message at a time would be so much more useful than byte at a time with outb (does the Linux driver do rep outb... would that actually help?)