ReturnInfinity / BareMetal-OS-legacy

BareMetal is a 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly while applications can be written in Assembly, C/C++, and Rust.
1.74k stars 302 forks source link

Improve AHCI driver #61

Closed IanSeyler closed 7 years ago

IanSeyler commented 10 years ago

Support for disks not on port 0 - readsectors and writesectors are currently hard-coded to 0. More comments!

IanSeyler commented 7 years ago

Fixed with the latest commits.