Historie revizí

Autor SHA1 Zpráva Datum
  greatbridf ffdfb9c093 fix(process): stacks of kthds are not mirrored před 2 roky
  greatbridf 74fa329672 feat: make compiler optimize likely branches před 2 roky
  greatbridf f10031fe36 fix(syscall): tell compiler it affects eax and edx před 2 roky
  greatbridf 673c784b88 fix(mmap): save mmap'ped file info when copying mm před 2 roky
  greatbridf e3d5803469 optimize(mm): rename pptr_t, make funcs constexpr před 2 roky
  greatbridf 8af1356b08 style(mm): simplify code před 2 roky
  greatbridf 34b3bf7644 feat(syscall): impl. exec() to load elf files před 2 roky
  greatbridf 462ec39241 feat(ata): impl. init. ata and read sectors před 2 roky
  greatbridf 05ab779eda feat(process): add k_new_thread před 2 roky
  greatbridf 6107790323 fix(kthdd): acquire the lock only on func not null před 2 roky
  greatbridf 88add58cf5 feat(kernel_thread): impl. kernel_thread forking před 2 roky
  greatbridf db7926548d feat: create kernel thread před 2 roky
  greatbridf ecd76edc09 feat(syscall): impl. fork před 2 roky
  greatbridf d50e70efaa feat(syscall): impl. sleep před 2 roky
  greatbridf 904883c5e3 refactor: add context save and load functions před 2 roky
  greatbridf e6dc019e17 feat: build and link user space programs před 2 roky
  greatbridf b013728ac4 feat(syscall): impl. syscalls před 2 roky
  greatbridf c5d37ef334 style: change struct to class, remove parentheses před 2 roky
  greatbridf b93a90442c feat(mm): add constructor for class mm před 2 roky
  greatbridf 21c06ac7c9 feat(process): add constructor for class process před 2 roky
  greatbridf afe474b291 refactor(process): do not store segs. in process před 2 roky
  greatbridf be01268409 feat(process): scheduling před 2 roky
  greatbridf 77f3523304 feat(process): use emplace_back před 2 roky
  greatbridf dcfa27d1dc feat(process): add struct thread před 2 roky
  greatbridf 342ecc0e21 feat(process): enter user mode před 2 roky