Date: Tue, 27 Apr 1993 20:45:10 -0700 (PDT) From: Andrew Tucker Subject: Re: managing diff's To: Eric Backus Cc: djgpp On Tue, 27 Apr 1993, Eric Backus wrote: > > The other thing is adding support for some of the FCB functions to > > exphdler.c. > > I'm no DOS expert, but I thought FCB functions were an older, outdated > method of accessing DOS files. Why would we want support for these in > go32? Yes and no. DOS still uses FCBs to handle files, but has abstracted the file system one more layer. Starting with version 2.0 (I think), files are handled with "handles" or "magic cookies", as in UNIX. These are simply indexes into FCB tables which are internal to DOS. This is why you must say "FILES=nnn" in your config.sys file; DOS uses it to allocate a table big enough to handle that many files. /* Andrew */ "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality" Albert Einstein