The DIFF file upgrades Debug0.98 to version 0.98c,
adding FAT32 support.

----------------------

Hi, I did not test FAT32 access, but:
http:/www.coli.uni-sb.de/~eric/debug98c.zip
- has the patch applied with patch -p0 < debug98c.diff
- has the patched debug.asm and th debug98c.diff file included
  (better rename to .dif for DOS compatibility?)
- has FreeDOS package directory structure
- has nothing in the help screen or readme which indicates
  that it is not the original 0.98 but instead 0.98c, so you
  probably better change that (search for "0.98" in the .asm
  in a big-file-compatible text editor and edit the help screen,
  edit the readme / doc or something...)
- is compiled with nasm -o debug.com debug.asm
  (the .c and other files are not needed unless you edit
  one of the instr files - then the .c compiles to a program
  which patches the changes into the .asm)

Please try if FAT32 read / write works. At least the read part...
lcs:100 2 0 1
dcs:100 l 200
should display the boot sector of C: (2 means drive C:). I hope
the above 2 lines contain no typos X-).

Note that this DEBUG can only read / write sectors in the first
32 MB of each partition.

--
Eric.

