Remove CP437 bitmap, i dont intend to use graphics mode for OS

This commit is contained in:
Nero 2020-05-14 19:18:18 +00:00
parent df9f50c29a
commit e217b70bb7
3 changed files with 0 additions and 60 deletions

View file

@ -35,11 +35,6 @@ utils/%: %.c
mkdir -p utils
$(CC) -o $@ $<
cp437.bin: cp437.bmp utils/bmp2font
utils/bmp2font $< $@
vga11.com: cp437.bin
# COM programs
%.com: com/%.asm
$(NASM) $(NASM_ARGS) -o $@ $<