add basic tasking
1 parent cce0eed commit f5c37388703e1b00d78d3b21df5410537f4e3238
@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