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
I have commited an ATA driver in the ata branch.
It works fine in emulators but there might still be some issues on real hardware.
Currently the driver just uses ATA PIO mode which is slow. We should later switch to DMA transfers.
To be actually useful, a filesystem implementation is also needed, so I filed issue #25 for that.
This would give us the ability read and write files on permanent storage.
The text was updated successfully, but these errors were encountered: