AlgorithMan-de / wyoos

Source codes for the "Write your own Operating System" video-series on YouTube
http://wyoos.org
GNU General Public License v3.0
719 stars 222 forks source link

Possible typo in ata driver #17

Open Jachdich opened 4 years ago

Jachdich commented 4 years ago

You're writing to the LbaLowPort, then the LbaMidPort, and then the LbaLowPort again. It is possible that you meant to do LbaLowPort then LbaMidPort then LbaHighPort.

Jachdich commented 4 years ago

This is relevent to pull request #5