Order of business:

o  get partition manipulation working

     Allow program to talk directly with disk to determine cylinder
     size, perform math to determine needed table entry, and write to the
     partition table itself. (Currently we read-only from partition table)

o  get video memory information

     Use stuff from scanpci or superprobe to determine video memory
     automagically... or figure out if PHDISK.EXE makes some weird BIOS
     call to get this information.

o  get physical memory information

     This can be obtained from /proc, should be easy.
