greatbridf
|
f4fa88196f
style: simplify code
|
2 years ago |
greatbridf
|
6a7579eae5
feat(syscall): exit with no resource release
|
2 years ago |
greatbridf
|
a68e15e75d
change(init): move init decl. to kernel_main.c
|
2 years ago |
greatbridf
|
34b3bf7644
feat(syscall): impl. exec() to load elf files
|
2 years ago |
greatbridf
|
05ab779eda
feat(process): add k_new_thread
|
2 years ago |
greatbridf
|
db7926548d
feat: create kernel thread
|
2 years ago |
greatbridf
|
ecd76edc09
feat(syscall): impl. fork
|
2 years ago |
greatbridf
|
d50e70efaa
feat(syscall): impl. sleep
|
2 years ago |
greatbridf
|
904883c5e3
refactor: add context save and load functions
|
2 years ago |
greatbridf
|
c5d37ef334
style: change struct to class, remove parentheses
|
2 years ago |
greatbridf
|
21c06ac7c9
feat(process): add constructor for class process
|
2 years ago |
greatbridf
|
afe474b291
refactor(process): do not store segs. in process
|
2 years ago |
greatbridf
|
be01268409
feat(process): scheduling
|
2 years ago |
greatbridf
|
dcfa27d1dc
feat(process): add struct thread
|
2 years ago |
greatbridf
|
342ecc0e21
feat(process): enter user mode
|
2 years ago |