
Planned improvements:

  o  Create a special boot floppy to be used for non-linux users;
     the rescue disks provided by linux distributions are way too much
     installation oriented :(

  o  Make the program more portable; it should be possible to run it
     on *BSD too. I don't think this should be too hard.
     A DOS port would also be nice but this would require more work.


The following is more a list of things that could be done but have low
or no priority. If you need any of this let me know.

  o  Some sort of hex printout

  o  A graphical front end (probably using gtk, maybe some curses stuff too)

  o  Include the partitions mount points in the output.

  o  Use snprintf instead of sprintf.

  o  Be able to print out a calculated cylinder number in start/end
     cylinder instead of being limited with 1023 as maximum.

  o  Be able to override CHS values for some disks/files.
     Perhaps with a syntax like
	 printpar /dev/hda --geometry=/dev/hda:935/128/63 

