Created Disk reading (markdown)

Jonathan Li 2017-04-28 02:23:03 +01:00
parent 9c34a638cc
commit a8dc942146
1 changed files with 14 additions and 0 deletions

14
Disk-reading.md Normal file

@ -0,0 +1,14 @@
# TODO
## CD reading
- CD data track mode 1/2 detection
- Read byte 16 of track data sector?
- Other methods?
- Improve CD disk reading
- Read 2352 byte regardless of requested size?
- Subchannel 16 byte (formatted Q), 96 byte (raw P-W)?
## FreeBSD
- Port using CAM SCSI subsystem (cd/xpt/pass device permissions must be set properly)
## Other
- Use SCSI interfaces (SPTI/SG_IO) instead of OS-specific CD/DVD interfaces?
- Alter caching algorithm?
- Integrate keepalive into read thread?