You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed on discord, some peripherals are naturally slow (much slower than a CPU instruction's execution time), but currently stall the CPU until completion:
serial port
disk
I'm opening this issue to discuss how to go about not having to stall the CPU, through busy bits and/or completion interrupts.
As discussed on discord, some peripherals are naturally slow (much slower than a CPU instruction's execution time), but currently stall the CPU until completion:
I'm opening this issue to discuss how to go about not having to stall the CPU, through busy bits and/or completion interrupts.
cc @hyenasky
The text was updated successfully, but these errors were encountered: