diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-01-17 14:03:39 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-01-17 14:03:39 +0000 |
| commit | 4130fbcdcfd2baa6d1f9b065ce34afa2a339f670 (patch) | |
| tree | 5b44d1ca1c17bbb57dfb577a54e567086fa9690f /kc/core/Makefile | |
| parent | 8c56039ca130dfef1f0bf204cc702eeb10801379 (diff) | |
entering the idle task appears to work
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 2b8ab8d..7458ba5 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -12,7 +12,7 @@ CFLAGS += -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g SOBJS := GOBJS := entry_x86_64.o reloc_x86_64.o kprint.o serial.o port.o \ kc_main.o main.o memory.o memset.o memcpy.o memmove.o memcmp.o cpu.o \ - vm_tree.o exceptions.o panic.o msr.o + vm_tree.o exceptions.o panic.o msr.o task.o cpu_task.o IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only |
