Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_23.ADF » F/BUG1
F/BUG1
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_23.ADF |
Filename: | F/BUG1 |
Read OK: | ✔ |
File size: | 12BE bytes |
Load address: | 24204556 |
Exec address: | 422E462E |
File contents
ANOTHER DISK BITES THE DUST! ~~~~~~~ ~~~~ ~~~~~ ~~~ ~~~~~ How I Rescued My Workdisk ~~~~~~~~~~~~~~~~~~~~~~~~~ Of all the things that can happen when you're writing a program - amongst bugs, computer crashes and the myriad of other things that can happen - a disk failure is perhaps the worst. Unfortunately, nobody has yet come up with a failure proof system, so you can bet your bottom dollar that when your reading this, somebody, somewhere, is about to commit GBH against their computer. But when it actually happens to you, it is somewhat more than a statistic. Therefore, when it happened to me, sometime last week, I did not know where to begin, or what to do (other than risk that charge of GBH). All I knew was that I had just saved my latest game (which has since been shelved), gone off to lunch, come back, and my so-called trustworthy Electron gave me a remarkably unhelpful 'Broken Directory' error. All the information my Plus 3 manual was prepared to cough up was that my disk was in an 'inconsistent state'. Hmm, so where does that leave me? Wading through 655,360 seperate bytes and checking each one is consistent? Thanks for the help. So, what did I do first? Checked I had made a backup of all the programs on the disk, of course. I hadn't. So, what about making a backup of the game 'Knights' which I had completed a few weeks earlier? In my dreams. There was all of one copy of this game in the entire universe. Hmm. Two bottles of Vodka later (joking), and I had guessed what to do. Load up a sector editor (I used the one off of ADT) and play around with the disk. I tried changing the BOOT option number, which is stored near the end of the Free Space Map, Sector One. The punishment for doing this, without updating the checksum, would have made Captain Bligh proud. I was now not even allowed access to ADT's sector editor! I was given the error message 'Bad FS Map' (FS meaning Free Space) every time I tried. It didn't make me feel much better knowing that even if I could cure this error, I would still have a 'Broken Directory'. Eventually, I tried using routines which would directly access the sectors I wanted. This is because I couldn't see why ADT was needing to access the FS map, when I was asking to look at something completely different. In retrospect, I presume it was going through 'official channels', for maximum compatibility. The routines I ended up using were from old issues of Electron User, and written by Roland Waddilove, and they worked! The first thing I tried to use was his Sector Editor (EU March '86), inferior as it was to ADT's, and not only did it work, but it cured the 'Bad FS Map' error, after I had changed the BOOT options back to what they were originally! Now this meant that I could use ADT's editor. Before I tried playing around again - I'd learnt my lesson already - I used Roland's other utilities (or should that be Mr. Waddilove?) to search for my programs using strings and such like (EU April '86). When I had found where they were actually stored, I used another of the Big R's programs (again, April '86) to copy them to another disk. Now I could go on to checking what was actually wrong with my directory. This part was probably the quickest bit of all, and was where I discovered something that really suprised me. I was just surfing up and down my root directory, and I learned the painful lesson that my version of ADFS was prepared (under extenuating circumstances, of course), to save my programs over the top of sector three onwards! Now, for the less educated amongst us (me included), this means that the computer started saving the program 256 bytes into the root directory! Imagine that! What could I do? Well, fortunately, it hadn't actually written over my directory entries, and the addresses of where they exist; in other words, the last filename in my root directory ended just before my 'saved' program started. I therefore looked on another disk, to see what is stored after the directory names, and most of it is just zero's, so I poked these in. At the very end of the directory are a few numbers, to do with the options etc. of the directory, and can be found listed in the Plus 3 User Guide. After doing that, I found that my disk worked! I would like to say a big thankyou to the people who tried to help me: Richard Dimond, Bill Bradbury and 'Gus. A special thanks also goes out to Roland Waddilove, who, all those years ago, cast in stone the utilities which have helped me to bring you 'Knights' in this month's Game Show. Ross Little December 1995
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000010 20 20 20 20 20 20 41 4e 4f 54 48 45 52 20 44 49 | ANOTHER DI| 00000020 53 4b 20 42 49 54 45 53 20 54 48 45 20 44 55 53 |SK BITES THE DUS| 00000030 54 21 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |T!. | 00000040 20 20 20 20 20 20 20 20 20 7e 7e 7e 7e 7e 7e 7e | ~~~~~~~| 00000050 20 7e 7e 7e 7e 20 7e 7e 7e 7e 7e 20 7e 7e 7e 20 | ~~~~ ~~~~~ ~~~ | 00000060 7e 7e 7e 7e 7e 0d 20 20 20 20 20 20 20 20 20 20 |~~~~~. | 00000070 20 20 20 20 20 20 20 20 20 20 20 20 20 48 6f 77 | How| 00000080 20 49 20 52 65 73 63 75 65 64 20 4d 79 20 57 6f | I Rescued My Wo| 00000090 72 6b 64 69 73 6b 0d 20 20 20 20 20 20 20 20 20 |rkdisk. | 000000a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 7e 7e | ~~| 000000b0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 000000c0 7e 7e 7e 7e 7e 7e 7e 0d 0d 4f 66 20 20 61 6c 6c |~~~~~~~..Of all| 000000d0 20 74 68 65 20 74 68 69 6e 67 73 20 74 68 61 74 | the things that| 000000e0 20 63 61 6e 20 68 61 70 70 65 6e 20 77 68 65 6e | can happen when| 000000f0 20 79 6f 75 27 72 65 20 77 72 69 74 69 6e 67 20 | you're writing | 00000100 61 20 70 72 6f 67 72 61 6d 20 2d 20 61 6d 6f 6e |a program - amon| 00000110 67 73 74 0d 62 75 67 73 2c 20 63 6f 6d 70 75 74 |gst.bugs, comput| 00000120 65 72 20 20 63 72 61 73 68 65 73 20 61 6e 64 20 |er crashes and | 00000130 74 68 65 20 6d 79 72 69 61 64 20 6f 66 20 6f 74 |the myriad of ot| 00000140 68 65 72 20 74 68 69 6e 67 73 20 74 68 61 74 20 |her things that | 00000150 63 61 6e 20 68 61 70 70 65 6e 20 2d 20 61 0d 64 |can happen - a.d| 00000160 69 73 6b 20 66 61 69 6c 75 72 65 20 69 73 20 20 |isk failure is | 00000170 70 65 72 68 61 70 73 20 20 74 68 65 20 77 6f 72 |perhaps the wor| 00000180 73 74 2e 20 55 6e 66 6f 72 74 75 6e 61 74 65 6c |st. Unfortunatel| 00000190 79 2c 20 6e 6f 62 6f 64 79 20 68 61 73 20 79 65 |y, nobody has ye| 000001a0 74 20 63 6f 6d 65 20 75 70 0d 77 69 74 68 20 61 |t come up.with a| 000001b0 20 66 61 69 6c 75 72 65 20 70 72 6f 6f 66 20 73 | failure proof s| 000001c0 79 73 74 65 6d 2c 20 20 73 6f 20 20 79 6f 75 20 |ystem, so you | 000001d0 63 61 6e 20 62 65 74 20 79 6f 75 72 20 62 6f 74 |can bet your bot| 000001e0 74 6f 6d 20 64 6f 6c 6c 61 72 20 74 68 61 74 20 |tom dollar that | 000001f0 77 68 65 6e 0d 79 6f 75 72 20 72 65 61 64 69 6e |when.your readin| 00000200 67 20 74 68 69 73 2c 20 73 6f 6d 65 62 6f 64 79 |g this, somebody| 00000210 2c 20 73 6f 6d 65 77 68 65 72 65 2c 20 69 73 20 |, somewhere, is | 00000220 61 62 6f 75 74 20 20 74 6f 20 20 63 6f 6d 6d 69 |about to commi| 00000230 74 20 20 47 42 48 20 20 61 67 61 69 6e 73 74 0d |t GBH against.| 00000240 74 68 65 69 72 20 63 6f 6d 70 75 74 65 72 2e 20 |their computer. | 00000250 42 75 74 20 77 68 65 6e 20 69 74 20 20 61 63 74 |But when it act| 00000260 75 61 6c 6c 79 20 20 68 61 70 70 65 6e 73 20 74 |ually happens t| 00000270 6f 20 79 6f 75 2c 20 69 74 20 69 73 20 73 6f 6d |o you, it is som| 00000280 65 77 68 61 74 20 6d 6f 72 65 0d 74 68 61 6e 20 |ewhat more.than | 00000290 61 20 73 74 61 74 69 73 74 69 63 2e 0d 0d 54 68 |a statistic...Th| 000002a0 65 72 65 66 6f 72 65 2c 20 77 68 65 6e 20 69 74 |erefore, when it| 000002b0 20 68 61 70 70 65 6e 65 64 20 74 6f 20 20 6d 65 | happened to me| 000002c0 2c 20 20 73 6f 6d 65 74 69 6d 65 20 20 6c 61 73 |, sometime las| 000002d0 74 20 20 77 65 65 6b 2c 20 20 49 20 64 69 64 20 |t week, I did | 000002e0 6e 6f 74 20 6b 6e 6f 77 0d 77 68 65 72 65 20 74 |not know.where t| 000002f0 6f 20 62 65 67 69 6e 2c 20 6f 72 20 77 68 61 74 |o begin, or what| 00000300 20 74 6f 20 64 6f 20 28 6f 74 68 65 72 20 74 68 | to do (other th| 00000310 61 6e 20 72 69 73 6b 20 20 74 68 61 74 20 63 68 |an risk that ch| 00000320 61 72 67 65 20 6f 66 20 47 42 48 29 2e 20 41 6c |arge of GBH). Al| 00000330 6c 20 49 0d 6b 6e 65 77 20 20 77 61 73 20 20 74 |l I.knew was t| 00000340 68 61 74 20 20 49 20 20 68 61 64 20 6a 75 73 74 |hat I had just| 00000350 20 73 61 76 65 64 20 6d 79 20 6c 61 74 65 73 74 | saved my latest| 00000360 20 67 61 6d 65 20 28 77 68 69 63 68 20 20 68 61 | game (which ha| 00000370 73 20 20 73 69 6e 63 65 20 20 62 65 65 6e 0d 73 |s since been.s| 00000380 68 65 6c 76 65 64 29 2c 20 67 6f 6e 65 20 6f 66 |helved), gone of| 00000390 66 20 74 6f 20 6c 75 6e 63 68 2c 20 20 63 6f 6d |f to lunch, com| 000003a0 65 20 20 62 61 63 6b 2c 20 20 61 6e 64 20 20 6d |e back, and m| 000003b0 79 20 20 73 6f 2d 63 61 6c 6c 65 64 20 20 74 72 |y so-called tr| 000003c0 75 73 74 77 6f 72 74 68 79 0d 45 6c 65 63 74 72 |ustworthy.Electr| 000003d0 6f 6e 20 20 67 61 76 65 20 6d 65 20 61 20 72 65 |on gave me a re| 000003e0 6d 61 72 6b 61 62 6c 79 20 75 6e 68 65 6c 70 66 |markably unhelpf| 000003f0 75 6c 20 27 42 72 6f 6b 65 6e 20 44 69 72 65 63 |ul 'Broken Direc| 00000400 74 6f 72 79 27 20 65 72 72 6f 72 2e 20 41 6c 6c |tory' error. All| 00000410 20 74 68 65 0d 69 6e 66 6f 72 6d 61 74 69 6f 6e | the.information| 00000420 20 6d 79 20 50 6c 75 73 20 33 20 6d 61 6e 75 61 | my Plus 3 manua| 00000430 6c 20 77 61 73 20 70 72 65 70 61 72 65 64 20 74 |l was prepared t| 00000440 6f 20 63 6f 75 67 68 20 75 70 20 77 61 73 20 74 |o cough up was t| 00000450 68 61 74 20 6d 79 20 64 69 73 6b 20 77 61 73 0d |hat my disk was.| 00000460 69 6e 20 61 6e 20 20 27 69 6e 63 6f 6e 73 69 73 |in an 'inconsis| 00000470 74 65 6e 74 20 20 73 74 61 74 65 27 2e 20 20 48 |tent state'. H| 00000480 6d 6d 2c 20 20 73 6f 20 20 77 68 65 72 65 20 20 |mm, so where | 00000490 64 6f 65 73 20 74 68 61 74 20 6c 65 61 76 65 20 |does that leave | 000004a0 6d 65 3f 20 57 61 64 69 6e 67 0d 74 68 72 6f 75 |me? Wading.throu| 000004b0 67 68 20 36 35 35 2c 33 36 30 20 73 65 70 65 72 |gh 655,360 seper| 000004c0 61 74 65 20 62 79 74 65 73 20 61 6e 64 20 63 68 |ate bytes and ch| 000004d0 65 63 6b 69 6e 67 20 65 61 63 68 20 6f 6e 65 20 |ecking each one | 000004e0 69 73 20 63 6f 6e 73 69 73 74 65 6e 74 3f 20 54 |is consistent? T| 000004f0 68 61 6e 6b 73 0d 66 6f 72 20 74 68 65 20 68 65 |hanks.for the he| 00000500 6c 70 2e 0d 0d 53 6f 2c 20 77 68 61 74 20 64 69 |lp...So, what di| 00000510 64 20 49 20 20 64 6f 20 20 66 69 72 73 74 3f 20 |d I do first? | 00000520 43 68 65 63 6b 65 64 20 49 20 68 61 64 20 6d 61 |Checked I had ma| 00000530 64 65 20 61 20 62 61 63 6b 75 70 20 6f 66 20 61 |de a backup of a| 00000540 6c 6c 20 74 68 65 20 70 72 6f 67 72 61 6d 73 0d |ll the programs.| 00000550 6f 6e 20 74 68 65 20 64 69 73 6b 2c 20 6f 66 20 |on the disk, of | 00000560 63 6f 75 72 73 65 2e 20 49 20 20 68 61 64 6e 27 |course. I hadn'| 00000570 74 2e 20 20 53 6f 2c 20 20 77 68 61 74 20 61 62 |t. So, what ab| 00000580 6f 75 74 20 6d 61 6b 69 6e 67 20 61 20 62 61 63 |out making a bac| 00000590 6b 75 70 20 6f 66 20 74 68 65 0d 67 61 6d 65 20 |kup of the.game | 000005a0 27 4b 6e 69 67 68 74 73 27 20 77 68 69 63 68 20 |'Knights' which | 000005b0 49 20 68 61 64 20 20 63 6f 6d 70 6c 65 74 65 64 |I had completed| 000005c0 20 20 61 20 20 66 65 77 20 77 65 65 6b 73 20 65 | a few weeks e| 000005d0 61 72 6c 69 65 72 3f 20 49 6e 20 6d 79 20 64 72 |arlier? In my dr| 000005e0 65 61 6d 73 2e 0d 54 68 65 72 65 20 77 61 73 20 |eams..There was | 000005f0 61 6c 6c 20 6f 66 20 6f 6e 65 20 63 6f 70 79 20 |all of one copy | 00000600 6f 66 20 74 68 69 73 20 20 67 61 6d 65 20 20 69 |of this game i| 00000610 6e 20 20 74 68 65 20 65 6e 74 69 72 65 20 75 6e |n the entire un| 00000620 69 76 65 72 73 65 2e 20 48 6d 6d 2e 20 54 77 6f |iverse. Hmm. Two| 00000630 0d 62 6f 74 74 6c 65 73 20 6f 66 20 56 6f 64 6b |.bottles of Vodk| 00000640 61 20 6c 61 74 65 72 20 28 6a 6f 6b 69 6e 67 29 |a later (joking)| 00000650 2c 20 20 61 6e 64 20 49 20 68 61 64 20 67 75 65 |, and I had gue| 00000660 73 73 65 64 20 77 68 61 74 20 74 6f 20 20 64 6f |ssed what to do| 00000670 2e 20 4c 6f 61 64 20 75 70 20 61 0d 73 65 63 74 |. Load up a.sect| 00000680 6f 72 20 65 64 69 74 6f 72 20 28 49 20 75 73 65 |or editor (I use| 00000690 64 20 74 68 65 20 6f 6e 65 20 6f 66 66 20 6f 66 |d the one off of| 000006a0 20 41 44 54 29 20 61 6e 64 20 70 6c 61 79 20 61 | ADT) and play a| 000006b0 72 6f 75 6e 64 20 77 69 74 68 20 74 68 65 20 64 |round with the d| 000006c0 69 73 6b 2e 20 49 0d 74 72 69 65 64 20 63 68 61 |isk. I.tried cha| 000006d0 6e 67 69 6e 67 20 74 68 65 20 42 4f 4f 54 20 6f |nging the BOOT o| 000006e0 70 74 69 6f 6e 20 6e 75 6d 62 65 72 2c 20 77 68 |ption number, wh| 000006f0 69 63 68 20 69 73 20 73 74 6f 72 65 64 20 6e 65 |ich is stored ne| 00000700 61 72 20 74 68 65 20 65 6e 64 20 6f 66 20 74 68 |ar the end of th| 00000710 65 0d 46 72 65 65 20 20 53 70 61 63 65 20 20 4d |e.Free Space M| 00000720 61 70 2c 20 20 53 65 63 74 6f 72 20 4f 6e 65 2e |ap, Sector One.| 00000730 20 20 54 68 65 20 20 70 75 6e 69 73 68 6d 65 6e | The punishmen| 00000740 74 20 20 66 6f 72 20 20 64 6f 69 6e 67 20 74 68 |t for doing th| 00000750 69 73 2c 20 20 77 69 74 68 6f 75 74 0d 75 70 64 |is, without.upd| 00000760 61 74 69 6e 67 20 74 68 65 20 63 68 65 63 6b 73 |ating the checks| 00000770 75 6d 2c 20 20 77 6f 75 6c 64 20 68 61 76 65 20 |um, would have | 00000780 6d 61 64 65 20 43 61 70 74 61 69 6e 20 42 6c 69 |made Captain Bli| 00000790 67 68 20 70 72 6f 75 64 2e 20 49 20 77 61 73 20 |gh proud. I was | 000007a0 6e 6f 77 20 6e 6f 74 0d 65 76 65 6e 20 61 6c 6c |now not.even all| 000007b0 6f 77 65 64 20 61 63 63 65 73 73 20 74 6f 20 41 |owed access to A| 000007c0 44 54 27 73 20 73 65 63 74 6f 72 20 65 64 69 74 |DT's sector edit| 000007d0 6f 72 21 20 20 49 20 77 61 73 20 67 69 76 65 6e |or! I was given| 000007e0 20 74 68 65 20 65 72 72 6f 72 20 6d 65 73 73 61 | the error messa| 000007f0 67 65 0d 27 42 61 64 20 46 53 20 4d 61 70 27 20 |ge.'Bad FS Map' | 00000800 28 46 53 20 6d 65 61 6e 69 6e 67 20 46 72 65 65 |(FS meaning Free| 00000810 20 53 70 61 63 65 29 20 65 76 65 72 79 20 74 69 | Space) every ti| 00000820 6d 65 20 49 20 74 72 69 65 64 2e 20 49 74 20 64 |me I tried. It d| 00000830 69 64 6e 27 74 20 6d 61 6b 65 20 6d 65 0d 66 65 |idn't make me.fe| 00000840 65 6c 20 6d 75 63 68 20 62 65 74 74 65 72 20 6b |el much better k| 00000850 6e 6f 77 69 6e 67 20 74 68 61 74 20 20 65 76 65 |nowing that eve| 00000860 6e 20 20 69 66 20 20 49 20 20 63 6f 75 6c 64 20 |n if I could | 00000870 63 75 72 65 20 74 68 69 73 20 65 72 72 6f 72 2c |cure this error,| 00000880 20 49 20 77 6f 75 6c 64 0d 73 74 69 6c 6c 20 68 | I would.still h| 00000890 61 76 65 20 61 20 27 42 72 6f 6b 65 6e 20 44 69 |ave a 'Broken Di| 000008a0 72 65 63 74 6f 72 79 27 2e 0d 0d 45 76 65 6e 74 |rectory'...Event| 000008b0 75 61 6c 6c 79 2c 20 49 20 74 72 69 65 64 20 75 |ually, I tried u| 000008c0 73 69 6e 67 20 72 6f 75 74 69 6e 65 73 20 77 68 |sing routines wh| 000008d0 69 63 68 20 77 6f 75 6c 64 20 64 69 72 65 63 74 |ich would direct| 000008e0 6c 79 20 61 63 63 65 73 73 20 74 68 65 20 73 65 |ly access the se| 000008f0 63 74 6f 72 73 0d 49 20 77 61 6e 74 65 64 2e 20 |ctors.I wanted. | 00000900 54 68 69 73 20 69 73 20 62 65 63 61 75 73 65 20 |This is because | 00000910 49 20 63 6f 75 6c 64 6e 27 74 20 73 65 65 20 77 |I couldn't see w| 00000920 68 79 20 41 44 54 20 77 61 73 20 6e 65 65 64 69 |hy ADT was needi| 00000930 6e 67 20 74 6f 20 61 63 63 65 73 73 20 74 68 65 |ng to access the| 00000940 0d 46 53 20 6d 61 70 2c 20 77 68 65 6e 20 49 20 |.FS map, when I | 00000950 77 61 73 20 20 61 73 6b 69 6e 67 20 20 74 6f 20 |was asking to | 00000960 20 6c 6f 6f 6b 20 61 74 20 73 6f 6d 65 74 68 69 | look at somethi| 00000970 6e 67 20 63 6f 6d 70 6c 65 74 65 6c 79 20 64 69 |ng completely di| 00000980 66 66 65 72 65 6e 74 2e 20 49 6e 0d 72 65 74 72 |fferent. In.retr| 00000990 6f 73 70 65 63 74 2c 20 20 49 20 20 70 72 65 73 |ospect, I pres| 000009a0 75 6d 65 20 20 69 74 20 20 77 61 73 20 20 67 6f |ume it was go| 000009b0 69 6e 67 20 74 68 72 6f 75 67 68 20 27 6f 66 66 |ing through 'off| 000009c0 69 63 69 61 6c 20 20 63 68 61 6e 6e 65 6c 73 27 |icial channels'| 000009d0 2c 20 20 66 6f 72 0d 6d 61 78 69 6d 75 6d 20 63 |, for.maximum c| 000009e0 6f 6d 70 61 74 69 62 69 6c 69 74 79 2e 20 54 68 |ompatibility. Th| 000009f0 65 20 72 6f 75 74 69 6e 65 73 20 49 20 20 65 6e |e routines I en| 00000a00 64 65 64 20 75 70 20 75 73 69 6e 67 20 77 65 72 |ded up using wer| 00000a10 65 20 66 72 6f 6d 20 6f 6c 64 20 69 73 73 75 65 |e from old issue| 00000a20 73 0d 6f 66 20 45 6c 65 63 74 72 6f 6e 20 55 73 |s.of Electron Us| 00000a30 65 72 2c 20 61 6e 64 20 77 72 69 74 74 65 6e 20 |er, and written | 00000a40 20 62 79 20 20 52 6f 6c 61 6e 64 20 20 57 61 64 | by Roland Wad| 00000a50 64 69 6c 6f 76 65 2c 20 61 6e 64 20 74 68 65 79 |dilove, and they| 00000a60 20 77 6f 72 6b 65 64 21 20 54 68 65 0d 66 69 72 | worked! The.fir| 00000a70 73 74 20 74 68 69 6e 67 20 49 20 74 72 69 65 64 |st thing I tried| 00000a80 20 74 6f 20 20 75 73 65 20 77 61 73 20 68 69 73 | to use was his| 00000a90 20 53 65 63 74 6f 72 20 45 64 69 74 6f 72 20 28 | Sector Editor (| 00000aa0 45 55 20 4d 61 72 63 68 20 27 38 36 29 2c 20 69 |EU March '86), i| 00000ab0 6e 66 65 72 69 6f 72 0d 61 73 20 69 74 20 77 61 |nferior.as it wa| 00000ac0 73 20 74 6f 20 41 44 54 27 73 2c 20 61 6e 64 20 |s to ADT's, and | 00000ad0 20 6e 6f 74 20 20 6f 6e 6c 79 20 20 64 69 64 20 | not only did | 00000ae0 20 69 74 20 77 6f 72 6b 2c 20 62 75 74 20 69 74 | it work, but it| 00000af0 20 63 75 72 65 64 20 74 68 65 20 27 42 61 64 20 | cured the 'Bad | 00000b00 46 53 0d 4d 61 70 27 20 65 72 72 6f 72 2c 20 61 |FS.Map' error, a| 00000b10 66 74 65 72 20 49 20 68 61 64 20 63 68 61 6e 67 |fter I had chang| 00000b20 65 64 20 74 68 65 20 42 4f 4f 54 20 6f 70 74 69 |ed the BOOT opti| 00000b30 6f 6e 73 20 62 61 63 6b 20 20 74 6f 20 20 77 68 |ons back to wh| 00000b40 61 74 20 20 74 68 65 79 20 77 65 72 65 0d 6f 72 |at they were.or| 00000b50 69 67 69 6e 61 6c 6c 79 21 20 4e 6f 77 20 74 68 |iginally! Now th| 00000b60 69 73 20 6d 65 61 6e 74 20 74 68 61 74 20 49 20 |is meant that I | 00000b70 63 6f 75 6c 64 20 75 73 65 20 41 44 54 27 73 20 |could use ADT's | 00000b80 65 64 69 74 6f 72 2e 0d 0d 42 65 66 6f 72 65 20 |editor...Before | 00000b90 49 20 74 72 69 65 64 20 70 6c 61 79 69 6e 67 20 |I tried playing | 00000ba0 61 72 6f 75 6e 64 20 20 61 67 61 69 6e 20 20 2d |around again -| 00000bb0 20 20 49 27 64 20 20 6c 65 61 72 6e 74 20 6d 79 | I'd learnt my| 00000bc0 20 6c 65 73 73 6f 6e 20 61 6c 72 65 61 64 79 20 | lesson already | 00000bd0 2d 20 49 0d 75 73 65 64 20 52 6f 6c 61 6e 64 27 |- I.used Roland'| 00000be0 73 20 6f 74 68 65 72 20 75 74 69 6c 69 74 69 65 |s other utilitie| 00000bf0 73 20 28 6f 72 20 73 68 6f 75 6c 64 20 74 68 61 |s (or should tha| 00000c00 74 20 62 65 20 4d 72 2e 20 57 61 64 64 69 6c 6f |t be Mr. Waddilo| 00000c10 76 65 3f 29 20 74 6f 20 73 65 61 72 63 68 0d 66 |ve?) to search.f| 00000c20 6f 72 20 6d 79 20 70 72 6f 67 72 61 6d 73 20 75 |or my programs u| 00000c30 73 69 6e 67 20 73 74 72 69 6e 67 73 20 61 6e 64 |sing strings and| 00000c40 20 73 75 63 68 20 6c 69 6b 65 20 28 45 55 20 20 | such like (EU | 00000c50 41 70 72 69 6c 20 20 27 38 36 29 2e 20 20 57 68 |April '86). Wh| 00000c60 65 6e 20 20 49 20 68 61 64 0d 66 6f 75 6e 64 20 |en I had.found | 00000c70 20 77 68 65 72 65 20 20 74 68 65 79 20 20 77 65 | where they we| 00000c80 72 65 20 20 61 63 74 75 61 6c 6c 79 20 20 73 74 |re actually st| 00000c90 6f 72 65 64 2c 20 20 49 20 75 73 65 64 20 61 6e |ored, I used an| 00000ca0 6f 74 68 65 72 20 6f 66 20 74 68 65 20 42 69 67 |other of the Big| 00000cb0 20 52 27 73 0d 70 72 6f 67 72 61 6d 73 20 28 61 | R's.programs (a| 00000cc0 67 61 69 6e 2c 20 41 70 72 69 6c 20 27 38 36 29 |gain, April '86)| 00000cd0 20 74 6f 20 63 6f 70 79 20 74 68 65 6d 20 20 74 | to copy them t| 00000ce0 6f 20 20 61 6e 6f 74 68 65 72 20 64 69 73 6b 2e |o another disk.| 00000cf0 20 4e 6f 77 20 49 20 63 6f 75 6c 64 20 67 6f 0d | Now I could go.| 00000d00 6f 6e 20 74 6f 20 63 68 65 63 6b 69 6e 67 20 77 |on to checking w| 00000d10 68 61 74 20 77 61 73 20 61 63 74 75 61 6c 6c 79 |hat was actually| 00000d20 20 77 72 6f 6e 67 20 77 69 74 68 20 6d 79 20 64 | wrong with my d| 00000d30 69 72 65 63 74 6f 72 79 2e 0d 0d 54 68 69 73 20 |irectory...This | 00000d40 70 61 72 74 20 77 61 73 20 70 72 6f 62 61 62 6c |part was probabl| 00000d50 79 20 74 68 65 20 71 75 69 63 6b 65 73 74 20 62 |y the quickest b| 00000d60 69 74 20 6f 66 20 61 6c 6c 2c 20 61 6e 64 20 77 |it of all, and w| 00000d70 61 73 20 77 68 65 72 65 20 49 20 64 69 73 63 6f |as where I disco| 00000d80 76 65 72 65 64 0d 73 6f 6d 65 74 68 69 6e 67 20 |vered.something | 00000d90 74 68 61 74 20 72 65 61 6c 6c 79 20 73 75 70 72 |that really supr| 00000da0 69 73 65 64 20 6d 65 2e 20 20 49 20 77 61 73 20 |ised me. I was | 00000db0 6a 75 73 74 20 73 75 72 66 69 6e 67 20 75 70 20 |just surfing up | 00000dc0 61 6e 64 20 64 6f 77 6e 20 6d 79 20 72 6f 6f 74 |and down my root| 00000dd0 0d 64 69 72 65 63 74 6f 72 79 2c 20 61 6e 64 20 |.directory, and | 00000de0 49 20 6c 65 61 72 6e 65 64 20 74 68 65 20 70 61 |I learned the pa| 00000df0 69 6e 66 75 6c 20 20 6c 65 73 73 6f 6e 20 20 74 |inful lesson t| 00000e00 68 61 74 20 20 6d 79 20 76 65 72 73 69 6f 6e 20 |hat my version | 00000e10 6f 66 20 41 44 46 53 20 77 61 73 0d 70 72 65 70 |of ADFS was.prep| 00000e20 61 72 65 64 20 28 75 6e 64 65 72 20 65 78 74 65 |ared (under exte| 00000e30 6e 75 61 74 69 6e 67 20 63 69 72 63 75 6d 73 74 |nuating circumst| 00000e40 61 6e 63 65 73 2c 20 6f 66 20 63 6f 75 72 73 65 |ances, of course| 00000e50 29 2c 20 74 6f 20 73 61 76 65 20 6d 79 20 70 72 |), to save my pr| 00000e60 6f 67 72 61 6d 73 0d 6f 76 65 72 20 74 68 65 20 |ograms.over the | 00000e70 74 6f 70 20 6f 66 20 73 65 63 74 6f 72 20 74 68 |top of sector th| 00000e80 72 65 65 20 6f 6e 77 61 72 64 73 21 20 4e 6f 77 |ree onwards! Now| 00000e90 2c 20 66 6f 72 20 20 74 68 65 20 20 6c 65 73 73 |, for the less| 00000ea0 20 65 64 75 63 61 74 65 64 20 61 6d 6f 6e 67 73 | educated amongs| 00000eb0 74 0d 75 73 20 20 28 6d 65 20 69 6e 63 6c 75 64 |t.us (me includ| 00000ec0 65 64 29 2c 20 74 68 69 73 20 6d 65 61 6e 73 20 |ed), this means | 00000ed0 74 68 61 74 20 74 68 65 20 63 6f 6d 70 75 74 65 |that the compute| 00000ee0 72 20 73 74 61 72 74 65 64 20 73 61 76 69 6e 67 |r started saving| 00000ef0 20 74 68 65 20 70 72 6f 67 72 61 6d 0d 32 35 36 | the program.256| 00000f00 20 62 79 74 65 73 20 20 69 6e 74 6f 20 20 74 68 | bytes into th| 00000f10 65 20 20 72 6f 6f 74 20 64 69 72 65 63 74 6f 72 |e root director| 00000f20 79 21 20 49 6d 61 67 69 6e 65 20 74 68 61 74 21 |y! Imagine that!| 00000f30 20 57 68 61 74 20 63 6f 75 6c 64 20 49 20 64 6f | What could I do| 00000f40 3f 20 57 65 6c 6c 2c 0d 66 6f 72 74 75 6e 61 74 |? Well,.fortunat| 00000f50 65 6c 79 2c 20 69 74 20 68 61 64 6e 27 74 20 61 |ely, it hadn't a| 00000f60 63 74 75 61 6c 6c 79 20 77 72 69 74 74 65 6e 20 |ctually written | 00000f70 6f 76 65 72 20 6d 79 20 64 69 72 65 63 74 6f 72 |over my director| 00000f80 79 20 65 6e 74 72 69 65 73 2c 20 61 6e 64 20 74 |y entries, and t| 00000f90 68 65 0d 61 64 64 72 65 73 73 65 73 20 6f 66 20 |he.addresses of | 00000fa0 77 68 65 72 65 20 74 68 65 79 20 65 78 69 73 74 |where they exist| 00000fb0 3b 20 20 69 6e 20 20 6f 74 68 65 72 20 20 77 6f |; in other wo| 00000fc0 72 64 73 2c 20 20 74 68 65 20 6c 61 73 74 20 66 |rds, the last f| 00000fd0 69 6c 65 6e 61 6d 65 20 69 6e 20 6d 79 0d 72 6f |ilename in my.ro| 00000fe0 6f 74 20 64 69 72 65 63 74 6f 72 79 20 65 6e 64 |ot directory end| 00000ff0 65 64 20 6a 75 73 74 20 62 65 66 6f 72 65 20 6d |ed just before m| 00001000 79 20 27 73 61 76 65 64 27 20 70 72 6f 67 72 61 |y 'saved' progra| 00001010 6d 20 73 74 61 72 74 65 64 2e 20 20 49 20 20 74 |m started. I t| 00001020 68 65 72 65 66 6f 72 65 0d 6c 6f 6f 6b 65 64 20 |herefore.looked | 00001030 20 6f 6e 20 20 61 6e 6f 74 68 65 72 20 64 69 73 | on another dis| 00001040 6b 2c 20 74 6f 20 73 65 65 20 77 68 61 74 20 69 |k, to see what i| 00001050 73 20 73 74 6f 72 65 64 20 61 66 74 65 72 20 74 |s stored after t| 00001060 68 65 20 64 69 72 65 63 74 6f 72 79 20 6e 61 6d |he directory nam| 00001070 65 73 2c 0d 61 6e 64 20 6d 6f 73 74 20 6f 66 20 |es,.and most of | 00001080 69 74 20 69 73 20 6a 75 73 74 20 7a 65 72 6f 27 |it is just zero'| 00001090 73 2c 20 73 6f 20 49 20 70 6f 6b 65 64 20 74 68 |s, so I poked th| 000010a0 65 73 65 20 69 6e 2e 20 41 74 20 74 68 65 20 76 |ese in. At the v| 000010b0 65 72 79 20 65 6e 64 20 6f 66 20 74 68 65 0d 64 |ery end of the.d| 000010c0 69 72 65 63 74 6f 72 79 20 20 61 72 65 20 20 61 |irectory are a| 000010d0 20 66 65 77 20 6e 75 6d 62 65 72 73 2c 20 20 74 | few numbers, t| 000010e0 6f 20 20 64 6f 20 20 77 69 74 68 20 20 74 68 65 |o do with the| 000010f0 20 20 6f 70 74 69 6f 6e 73 20 20 65 74 63 2e 20 | options etc. | 00001100 20 20 6f 66 20 20 74 68 65 0d 64 69 72 65 63 74 | of the.direct| 00001110 6f 72 79 2c 20 61 6e 64 20 63 61 6e 20 62 65 20 |ory, and can be | 00001120 66 6f 75 6e 64 1a 20 6c 69 73 74 65 64 20 69 6e |found. listed in| 00001130 20 74 68 65 20 50 6c 75 73 20 33 20 55 73 65 72 | the Plus 3 User| 00001140 20 47 75 69 64 65 2e 20 20 41 66 74 65 72 20 64 | Guide. After d| 00001150 6f 69 6e 67 0d 74 68 61 74 2c 20 49 20 66 6f 75 |oing.that, I fou| 00001160 6e 64 20 74 68 61 74 20 6d 79 20 64 69 73 6b 20 |nd that my disk | 00001170 77 6f 72 6b 65 64 21 0d 0d 49 20 77 6f 75 6c 64 |worked!..I would| 00001180 20 6c 69 6b 65 20 74 6f 20 73 61 79 20 61 20 62 | like to say a b| 00001190 69 67 20 74 68 61 6e 6b 79 6f 75 20 74 6f 20 74 |ig thankyou to t| 000011a0 68 65 20 70 65 6f 70 6c 65 20 77 68 6f 20 20 74 |he people who t| 000011b0 72 69 65 64 20 20 74 6f 20 20 68 65 6c 70 20 20 |ried to help | 000011c0 6d 65 3a 0d 52 69 63 68 61 72 64 20 20 44 69 6d |me:.Richard Dim| 000011d0 6f 6e 64 2c 20 42 69 6c 6c 20 42 72 61 64 62 75 |ond, Bill Bradbu| 000011e0 72 79 20 61 6e 64 20 27 47 75 73 2e 20 41 20 73 |ry and 'Gus. A s| 000011f0 70 65 63 69 61 6c 20 74 68 61 6e 6b 73 20 61 6c |pecial thanks al| 00001200 73 6f 20 67 6f 65 73 20 6f 75 74 20 74 6f 0d 52 |so goes out to.R| 00001210 6f 6c 61 6e 64 20 57 61 64 64 69 6c 6f 76 65 2c |oland Waddilove,| 00001220 20 20 77 68 6f 2c 20 20 61 6c 6c 20 20 74 68 6f | who, all tho| 00001230 73 65 20 79 65 61 72 73 20 61 67 6f 2c 20 63 61 |se years ago, ca| 00001240 73 74 20 69 6e 20 73 74 6f 6e 65 20 74 68 65 20 |st in stone the | 00001250 75 74 69 6c 69 74 69 65 73 0d 77 68 69 63 68 20 |utilities.which | 00001260 68 61 76 65 20 68 65 6c 70 65 64 20 6d 65 20 74 |have helped me t| 00001270 6f 20 62 72 69 6e 67 20 79 6f 75 20 27 4b 6e 69 |o bring you 'Kni| 00001280 67 68 74 73 27 20 69 6e 20 74 68 69 73 20 6d 6f |ghts' in this mo| 00001290 6e 74 68 27 73 20 47 61 6d 65 20 53 68 6f 77 2e |nth's Game Show.| 000012a0 0d 0d 52 6f 73 73 20 4c 69 74 74 6c 65 0d 44 65 |..Ross Little.De| 000012b0 63 65 6d 62 65 72 20 31 39 39 35 0d 0d 0d |cember 1995...| 000012be