Advance on bootloader: load cluster data

This commit is contained in:
Nero 2020-03-25 21:19:40 +00:00
parent c51dca9949
commit 76880e9275
3 changed files with 87 additions and 10 deletions

View file

@ -1,7 +1,7 @@
FLOPPY = 360
PROGRAMS = hello.com
DISTFILES = $(PROGRAMS) rdos86.bs
DISTFILES = $(PROGRAMS) kernel.bs
ROMS =
QEMU_ARCH = $(shell uname -m)