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
{{ message }}
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
An alternative approach is to provide a BIOS-level API (enumerating fixed disks, read/write sectors, etc) and moving file read/write into a DOS. This could be loaded into RAM or stored in ROM, but it would be distinct from the BIOS. CP/M does something similar. It would allow us to keep the OS the same on multiple platforms, while the BIOS deals with high-speed SDMMC vs 1-bit SPI, for example. It would effectively be a HAL.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Need to be able to read/write files and list directories from the Apps, e.g. loading bitmaps/code from disk.
The text was updated successfully, but these errors were encountered: