Wed, 13 Mar 2013 00:43:25 +0000
[wd2010,main] WD2010 disc geometry fixes
I believe I have fixed the geometry problem with FreeBee. The geometry was set
to 17 sectors per track instead of 16, which obviously throws off addressing.
I changed it to use 16 sectors per track. However, s4diag tries to format
sector 17, so I changed the WD2010 emulation to accept any address when
formatting (since the format command doesn't actually do anything, it doesn't
matter). It is now possible to format the hard disk, initialize the file
system, and mount it. However, cpio still fails to copy the system to the hard
disk.
Author: Andrew Warkentin <andreww591 gmail com>
philpem@0 | 1 | syntax: glob |
philpem@0 | 2 | obj/*.o |
philpem@0 | 3 | dep/*.d |
philpem@0 | 4 | *~ |
philpem@0 | 5 | .*.sw? |
philpem@0 | 6 | .~lock* |
philpem@0 | 7 | .buildnum |
philpem@2 | 8 | |
philpem@5 | 9 | # musashi build artefacts |
philpem@5 | 10 | src/musashi/m68kopac.c |
philpem@5 | 11 | src/musashi/m68kopdm.c |
philpem@5 | 12 | src/musashi/m68kopnz.c |
philpem@5 | 13 | src/musashi/m68kops.c |
philpem@5 | 14 | src/musashi/m68kops.h |
philpem@5 | 15 | dep/musashi/*.d |
philpem@5 | 16 | obj/musashi/*.o |
philpem@5 | 17 | obj/musashi/m68kmake |
philpem@5 | 18 | |
philpem@5 | 19 | # version header |
philpem@5 | 20 | src/version.h |
philpem@5 | 21 | |
philpem@5 | 22 | # final executable binary |
philpem@15 | 23 | freebee |
philpem@5 | 24 | 3b1emu |
philpem@5 | 25 | |
philpem@2 | 26 | # ignore ROMs and techref |
philpem@2 | 27 | roms |
philpem@2 | 28 | TRM |
philpem@58 | 29 | misc |
philpem@81 | 30 | discs |