From 4130fbcdcfd2baa6d1f9b065ce34afa2a339f670 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Mon, 17 Jan 2022 14:03:39 +0000 Subject: entering the idle task appears to work --- kc/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kc/core/Makefile') 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 -- cgit v1.3.1-1-g115d