提交歷史

作者 SHA1 備註 提交日期
  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 年之前