Mihai Parparita
d4c9db7fcf
Move disk image reading to be behind an ImgFile class
...
Allows different implementations for different platforms (the JS
build relies on browser APIs to stream disk images over the network).
Setting aside the JS build, this also reduces some code duplication.
2023-11-09 21:49:28 -08:00
Maxim Poliakovski
e36150a5ca
Add ATAPI commands, clean up formatting.
2023-05-15 17:57:20 +02:00
Maxim Poliakovski
0f8e68d4bf
Rework ATA reset logic.
2023-05-15 17:57:20 +02:00
Maxim Poliakovski
ed48766e5f
atahd: cosmetic improvements.
2023-04-17 09:56:03 +02:00
Maxim Poliakovski
a189c94980
scsihd: fix READ_CAPACITY_10 command.
...
Also bump internal buffer size to 2 MB
to temporarily fix buffer overflows.
2022-12-14 16:14:53 +01:00
Maxim Poliakovski
dee225ee8f
atabasedevice: add ATAPI signature at device reset.
2022-12-12 15:07:19 +01:00
dingusdev
0dd9a3d9b1
Further ATA cmd work
2022-12-11 16:08:43 -07:00
Maxim Poliakovski
daf3ecde4e
More ATA interface cleanup.
2022-12-09 01:03:09 +01:00
Maxim Poliakovski
df1a56305a
atabasedevice: rework task file registers.
2022-12-08 00:16:10 +01:00
Maxim Poliakovski
6173a782f2
Implement ATA hard disk stub.
2022-12-07 23:36:56 +01:00