'Better' task management, needs more testing

This commit is contained in:
Lucia Ceionia
2022-09-19 16:06:01 -05:00
parent c80a420da0
commit 606fc37e37
10 changed files with 133 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
objects = entry.o kernel.o handler.o interrupt.o v86.o print.o
objects = entry.o kernel.o task.o handler.o interrupt.o v86.o print.o tss.o
CFLAGS = -target "i686-elf" -m32 -mgeneral-regs-only -ffreestanding -march=pentium-m -fno-stack-protector -nostdlib -c
%.o: %.nasm