What?
=====

  An attempt to rewrite MS-DOS FDISK to make it a bit easier to maintain.

Status
======

  The UI tooling is mostly complete.
  The actual code has not been really worked out yet.

Building (Microsoft C 5.1)
==========================

  nmake /f Makefile.msc

Building (OpenWatcom C/C++ 1.9)
===============================

  wmake -f Makefile.wat

Why?
====

  Hard to read the bournegol of the original code.
  Will need to add FAT32 support in the future.
  Felt like giving it a more with-the-times UI.
