User Mode Programs
You will need to update the size of the fd.img in the toplevel Makefile.
Change the rule to make fd.img be
fd.img : bootsect.bin setup.bin kernel.bin
$(ZEROFILE) $@ 1024
You will also want to add a rule for all:
all : fd.img hd.img
(cd buildFat; gmake)
(cd userProgs; gmake)