As root or user type:
./configure make |
and as root to install the program and the documentation type:
make install |
The documentation is in the man page:
man makebootfat |
If you want to recompile the FreeDOS boot sectors:
nasm -dISFAT12 -o freedos-fat12.bin freedos-fat1x.asm nasm -dISFAT16 -o freedos-fat16.bin freedos-fat1x.asm nasm -o freedos-fat32chs.bin boot32.asm nasm -o freedos-fat32lba.bin boot32lb.asm |