1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00
CLK/Storage/Disk
Thomas Harte 2320b5c1fe Takes some steps towards five-and-three decoding.
Now I 'just' need to figure out how bits are distributed within the decoded sector. The XORing and data checksum seem the same (?)
2020-03-25 00:15:31 -04:00
..
Controller Uses the union of all drive statuses to determine Drive::Controller's preferred clocking. 2020-02-12 22:28:42 -05:00
DiskImage Avoids massive overallocation where sync blocks overlap the index hole. 2020-03-24 21:34:33 -04:00
DPLL Ensure this can definitely never divide by 0. 2020-01-28 23:25:21 -05:00
Encodings Takes some steps towards five-and-three decoding. 2020-03-25 00:15:31 -04:00
Parsers Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Track All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
Disk.hpp Starts pushing towards figuring out a proper infrastructure for mass storage. 2019-08-21 23:22:58 -04:00
Drive.cpp Eliminates dangling printf. 2020-02-11 22:12:30 -05:00
Drive.hpp Ensures no divide by zero during initial construction. 2020-02-18 22:58:37 -05:00