dg
d4b55cd8f5
Switch from Logger() to log().
2023-05-09 22:47:36 +00:00
dg
466c3c34e5
Replace the Error() object with an error() function which takes fmt
...
formatspecs, making for much cleaner code. Reformatted everything.
This actually happened in multiple steps but then I corrupted my local
repository and I had to recover from the working tree.
2023-05-09 20:59:44 +00:00
David Given
6a1d181a34
Add progress information.
2022-09-03 13:24:51 +02:00
David Given
adff739a5d
Partial conversion to do automatic scaling of flux based on the disk rotation
...
speed. Although, something seems to have broken for 5.25" disks.
2022-03-27 23:50:32 +02:00
David Given
86c5cccb08
Rename cylinder to track throughout (mostly).
2022-03-25 20:16:12 +01:00
David Given
a59b59fea4
First sector visualisation! Doesn't look bad.
2022-02-25 01:31:10 +01:00
David Given
3666a7d7bd
Merge.
2022-02-24 23:52:18 +01:00
David Given
eade2e279e
Make the internal disk data structures all const, to allow us to pass them to
...
the GUI UI thread safely.
2022-02-24 22:46:10 +01:00
David Given
a67b7c80c1
Rework the visualiser to look better, maybe? Also fiddle with the logger
...
somewhat. There's a pending problem where it's not safe to send mutable objects
through the logger to the visualiser, which will need work.
2022-02-23 23:50:29 +01:00
David Given
dfc0cdd0fa
Merge from master.
2022-02-23 20:43:19 +01:00
David Given
b5c3e75f10
Fix the new logger output.
2022-02-22 23:39:08 +01:00
David Given
0aa0c6866c
Do a very basic read/write visualisation. It looks like suck.
2022-02-22 22:35:13 +01:00
David Given
042f7b0502
Log messages are now forwarded to the UI thread.
2022-02-22 00:50:58 +01:00
David Given
40a42c65c1
The rotational speed message is now done via the logger.
2022-02-21 22:21:46 +01:00
David Given
f2bdd1cc49
More work on the logger overhaul: the reader should be done now.
2022-02-19 22:48:44 +01:00
David Given
649b78611c
Work-in-progress logging overhaul.
2022-02-16 21:24:17 +01:00