Add ATA drive support #27

Merged
apio merged 28 commits from please-read-my-ata-drive into main 2023-06-16 19:40:11 +00:00
Showing only changes of commit 72e798cedb - Show all commits

View File

@ -339,8 +339,8 @@ namespace ATA
} }
// FIXME: Do not hardcode the path like this. // FIXME: Do not hardcode the path like this.
auto inode = VFS::resolve_path("/dev/cdrom", Credentials {}).value(); /* auto inode = VFS::resolve_path("/dev/cdrom", Credentials {}).value();
MBR::identify(inode); MBR::identify(inode); */
} }
} }