Remove config.sys
This commit is contained in:
parent
bedceb28a4
commit
0896c77ae6
5
Makefile
5
Makefile
@ -1,7 +1,7 @@
|
||||
FLOPPY = 360
|
||||
|
||||
PROGRAMS = $(patsubst %.asm,%.com,$(wildcard programs/*.asm))
|
||||
DISTFILES = rdos.sys rconfig.sys $(PROGRAMS)
|
||||
DISTFILES = rdos.sys $(PROGRAMS)
|
||||
ROMS =
|
||||
|
||||
QEMU_ARCH = $(shell uname -m)
|
||||
@ -33,9 +33,6 @@ default: fdimage.img
|
||||
rdos.sys: kernel/*.asm lib/*.asm
|
||||
$(NASM) $(NASM_ARGS) -o $@ -I kernel kernel/main.asm
|
||||
|
||||
rconfig.sys: config.txt
|
||||
cp $< $@
|
||||
|
||||
debug.rom: debug/*.asm lib/*.asm
|
||||
$(NASM) $(NASM_ARGS) -o $@ -I debug debug/main.asm && utils/fix-rom.sh $@
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
DRIVES=4
|
Loading…
Reference in New Issue
Block a user