Woohoo we have math

This commit is contained in:
2015-01-26 21:55:55 -08:00
parent 208c831c79
commit cf5883d401
4 changed files with 164 additions and 51 deletions

View File

@@ -3,7 +3,7 @@ all: boot.img kernel.bin
src/%.o: src/%.c
bcc -ansi -0 -c -o $@ $<
kernel.bin: src/kernel.o
kernel.bin: src/screen.o src/conio.o src/string.o src/stdlib.o src/basic.o src/kernel.o
ld86 -d -M -o $@ $^ | tee ld86.out
asm/kernel_syms.S: kernel.bin