> Now my question: I wanted to add some additional card support for PCMCIA, > but after I made changes to the files in 1/ and 2/ directories created by > unpack.s, buildit.s fails with a "-4 sectors remaining" error. Thinking > that I got things to big, I extracted the files again with unpack.s and > immediately ran buildit.s, but got the same error. What am I doing wrong > here ? The unpack.s unpacks into 1/ and 2/ from where you are, but it doesn't clear out what was there before. When it does a build, it creates a prefixed directory, but not when it unpacks. I'm starting to see that as a problem, perhaps I'll make a change to put the 1/ and 2/ into a prefixed directory with a name that increments every time you unpack. For now, make sure to wipe out all of 1/ and 2/ first. If buildit.s still says there isn't enough room after a clean unpack.s, then there is something happening to you that doesn't happen to me, and I'll need your help to recreate it. -Tom
