techtravels.org

inital results on error correction

While I have yet to actually implement the full-scale error correction as I want to, I did some manual tests today. I basically took a track that I was erroring out on, and swapped in 1-bit away values for the bad bytes.  In some cases, it appeared...

Latest articles

Creating more test disks

From both Tim’s suggestions and from a reinforcement from Agans’ Debugging book, Chapter 6, “Divide and Conquer”, they suggest to “Inject Easy-to-Spot Patterns”. And of course, I knew...

new timing image

I think this is timing from like 97 or so, and this is pretty good. I’ve switched to 93 for the time being, because I’ve had the best results with that. This still shows accurate reading of this particular...

updated code and comments

  Here’s a current version of the code.  I cleaned up my code tonight, added a bunch of comments, and tried to explain and document what I’m doing and the logic behind it. The current code is so much better...

progress on windows side

I put some time into the windows program that makes this whole thing tick tonight.  When I first started this project, I started with Marco’s afr.c, and pared it down to the bare necessities.  Then, I modified...

recent status

Well, I’ve put a decent number of hours in on the project over the last couple weeks. I’ve mostly been “spinning my wheels” because I haven’t made much progress, but I think I’ve...

adding more commands

Now that I *think* I’ve got a handle on the reading portion, I’ve been adding a couple more commands. I added support so that the SX knows what cylinder number it is on.  The F and B commands increase and...

Timeline

I’ve put together a time line of events starting from November 2004, the initial idea.

CLICK THE ABOVE IMAGE FOR A FULL SIZE VERSION.

SX software progress

Welp, since I fine tuned the PC to very reasonable numbers, I figure a small overhaul of the SX code is in order too. I had somewhat of an epiphany working the on the SX, which I haven’t *really* looked at in...

will put up sample files

I’m going to put up a sample file or two, but I wanted to get the smallest complete group of bytes that I can…. ie like one full sector, etc. So far, I’m just basically streaming bytes, via disk copy...

added version control and another command

I’ve really wanted version control for a long time.  The ability to go back and undo diverse changes across sessions is valuable.  I also feel a little safer and don’t mind doing semi-destructive edits...