greatbridf
|
6e4a649a55
feat(c++): add operator& to list iterators
|
2 лет назад |
greatbridf
|
b120b34b82
feat(process): add class readyqueue
|
2 лет назад |
greatbridf
|
1c4a86f31d
style(process.cpp): use _noreturn_crash()
|
2 лет назад |
greatbridf
|
56756566e1
refactor(irq0): remove is_scheduler_ready
|
2 лет назад |
greatbridf
|
0d8e0a0ef4
feat(proc): add class proclist
|
2 лет назад |
greatbridf
|
07d5acdffa
fix(scheduler): push pseudo ret.addr. of go_kernel
|
2 лет назад |
greatbridf
|
b2586e331c
feat(syscall): impl. exit and wait syscall
|
2 лет назад |
greatbridf
|
6953011b53
refactor(scheduling): switch ctx. with schedule()
|
2 лет назад |
greatbridf
|
a3602de618
feat(mm): add mm_list class
|
2 лет назад |
greatbridf
|
e3a4dc9d3a
feat(process): use lock guard for kthreadd
|
2 лет назад |
greatbridf
|
569a73f635
fix(kthreadd): exec task in child proc
|
2 лет назад |
greatbridf
|
9ddd370740
feat(elf): pass program arguments to elf loader
|
2 лет назад |
greatbridf
|
f4fa88196f
style: simplify code
|
2 лет назад |
greatbridf
|
6a7579eae5
feat(syscall): exit with no resource release
|
2 лет назад |
greatbridf
|
3995b9ef2e
fix(elf): set up stack when loading elf files
|
2 лет назад |
greatbridf
|
ffdfb9c093
fix(process): stacks of kthds are not mirrored
|
2 лет назад |
greatbridf
|
74fa329672
feat: make compiler optimize likely branches
|
2 лет назад |
greatbridf
|
f10031fe36
fix(syscall): tell compiler it affects eax and edx
|
2 лет назад |
greatbridf
|
673c784b88
fix(mmap): save mmap'ped file info when copying mm
|
2 лет назад |
greatbridf
|
e3d5803469
optimize(mm): rename pptr_t, make funcs constexpr
|
2 лет назад |
greatbridf
|
8af1356b08
style(mm): simplify code
|
2 лет назад |
greatbridf
|
34b3bf7644
feat(syscall): impl. exec() to load elf files
|
2 лет назад |
greatbridf
|
462ec39241
feat(ata): impl. init. ata and read sectors
|
2 лет назад |
greatbridf
|
05ab779eda
feat(process): add k_new_thread
|
2 лет назад |
greatbridf
|
6107790323
fix(kthdd): acquire the lock only on func not null
|
2 лет назад |
greatbridf
|
88add58cf5
feat(kernel_thread): impl. kernel_thread forking
|
2 лет назад |
greatbridf
|
db7926548d
feat: create kernel thread
|
2 лет назад |
greatbridf
|
ecd76edc09
feat(syscall): impl. fork
|
2 лет назад |
greatbridf
|
d50e70efaa
feat(syscall): impl. sleep
|
2 лет назад |
greatbridf
|
904883c5e3
refactor: add context save and load functions
|
2 лет назад |