Add missing docs about mass storage initialization
1 files changed, 7 insertions(+), 0 deletions(-) M README.md
M README.md => README.md +7 -0
@@ 26,4 26,11 @@ resulting ROM. For the rest, refer to documentation in `doc`. ## Accessing mass storage Initializing mass storage right at power up is tricky in terms of timing, so the default builds don't do it. This means that before accessing blocks, you need to manually initialize the target device. For SD cards, it's `sdc$` and for CF cards, it's `ata$`. [rc2014]: https://rc2014.co.uk