add basic tasking functionality with a simple memory allocatpr
1 parent cce0eed commit e61fc3d96088b84f4ce7471f37374908f78a5abf
@lukas lukas authored on 2 Apr 2021
Showing 14 changed files
View
.vscode/settings.json 0 → 100644
View
Makefile
View
linker.ld
View
src/kernel/kernel.c
View
src/kernel/lib/memory/alloc.c 0 → 100644
View
src/kernel/lib/memory/alloc.h 0 → 100644
View
src/kernel/lib/task/osTasks.c 0 → 100644
View
src/kernel/lib/task/osTasks.h 0 → 100644
View
src/kernel/lib/task/task.c 0 → 100644
View
src/kernel/lib/task/task.h 0 → 100644
View
src/kernel/lib/task/task.s 0 → 100644
View
src/kernel/lib/textMode/stdio.c
View
src/kernel/multiboot.h 0 → 100644
View
src/multiboot/boot.asm