Moved PCB for each process to kernel heap

This commit is contained in:
2022-07-03 13:17:06 -05:00
parent e3026b2601
commit 5c7d002bbf
8 changed files with 144 additions and 104 deletions

View File

@@ -14,7 +14,7 @@ quark_kernel_SOURCES += x86/paging.c \
x86/isr.c \
x86/msr.c \
x86/context.c \
x86/contextswitch.S \
x86/load_context.S \
x86/preempt.S \
x86/quark_x86.c \
x86/entry.S