diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-03-14 21:02:34 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-03-14 21:03:32 +0000 |
| commit | b2ac5414eb418fa3cd34c0c73863661df7b2f984 (patch) | |
| tree | 8c0e2c68f27ae3dc4b2ba38f87c4b0b024a8934f /kc/core/Makefile | |
| parent | 73e5768d3a159b2e9b554fa5396a759f3d283c6c (diff) | |
kprintf() can do zero padded integers now
Squash me
Diffstat (limited to 'kc/core/Makefile')
| -rw-r--r-- | kc/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/Makefile b/kc/core/Makefile index 9b8983a..2c7303e 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -14,7 +14,7 @@ GOBJS := entry_x86_64.o reloc_x86_64.o kprint.o serial.o port.o mmu.o \ kc_main.o memory.o memset.o memcpy.o memmove.o memcmp.o cpu.o \ vm_tree.o exceptions.o panic.o msr.o task.o cpu_task.o irq.o \ kcc_memory.o string.o pic8259.o pic8259_isr.o pit8253.o \ - page_early.o page_stack.o + page_early.o page_stack.o strtoull.o IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only |
