commit | defeb0daebb64ff294ab42dadbf3613d750891cb | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Thu Feb 18 15:28:36 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Thu Feb 18 15:28:36 2021 -0800 |
tree | 52ed37fccf84a6038afc89674b36c0a835aa4523 | |
parent | 9b3584bd27e29c8966ab90a70bf8b9e02a46e900 [diff] [blame] |
Add timer
diff --git a/src/Makefile b/src/Makefile index 511afef..6ce6c27 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -8,7 +8,8 @@ interrupts.o \ log.o \ irq.o \ - pic.o + pic.o \ + timer.o CFLAGS = -nostdlib -nostdinc -fno-builtin -fno-stack-protector -ffreestanding -m32 -O2 -g LDFLAGS = -Tlink.ld -melf_i386 ASMFLAGS = -felf