Add Nick's note about C0E8

This commit is contained in:
Michaelangel007 2017-03-25 18:37:03 -07:00
parent 2c7377d34b
commit dfd714d1fa

View File

@ -242,6 +242,13 @@ Let's turn off that drive motor so we don't wear the drive (and disk) out.
C0E8:1
```
Technically you don't need to _store_ any thing at the Drive Motor IO location.
Even a read will trigger turning off the drive motor:
```
C0E8
```
We want to save this puppy so let's move the Boot Stage 1 to a safe place ...
```