Commit Verlauf

Autor SHA1 Nachricht Datum
  greatbridf 88add58cf5 feat(kernel_thread): impl. kernel_thread forking vor 2 Jahren
  greatbridf aa5b5749c4 feat(lock): impl. spin lock vor 2 Jahren
  greatbridf 9b18576715 chore(cross-compile.cmake): gen. it in ./configure vor 2 Jahren
  greatbridf 7add1ab9a3 feat(list): make node->next and prev node_type vor 2 Jahren
  greatbridf db7926548d feat: create kernel thread vor 2 Jahren
  greatbridf ecd76edc09 feat(syscall): impl. fork vor 2 Jahren
  greatbridf aed24262ab chore(configure): set hardware accel. type vor 2 Jahren
  greatbridf d50e70efaa feat(syscall): impl. sleep vor 2 Jahren
  greatbridf 904883c5e3 refactor: add context save and load functions vor 2 Jahren
  greatbridf e6dc019e17 feat: build and link user space programs vor 2 Jahren
  greatbridf 9a6aa020d8 Merge branch 'syscall' vor 2 Jahren
  greatbridf 0aaa529fd0 chore(Makefile): rename configure, add reconfigure vor 2 Jahren
  greatbridf b013728ac4 feat(syscall): impl. syscalls vor 2 Jahren
  greatbridf c5d37ef334 style: change struct to class, remove parentheses vor 2 Jahren
  greatbridf 14d8c7760e chore: update global_find script vor 2 Jahren
  greatbridf 54740e3f8e Merge branch 'macos-adaption' vor 2 Jahren
  greatbridf 5020eb6f75 feat(Makefile): enable parallel build vor 2 Jahren
  greatbridf 941ac209b9 fix(configure): suppress output and return 0 vor 2 Jahren
  greatbridf 896023acbf fix(linker): old 'ctors' won't be called vor 2 Jahren
  greatbridf fc23e8cba2 chore: add configure script vor 2 Jahren
  greatbridf c6a8f96e74 feat(serial): input data echo vor 2 Jahren
  greatbridf 0de053a20f Merge branch 'process' vor 2 Jahren
  greatbridf b93a90442c feat(mm): add constructor for class mm vor 2 Jahren
  greatbridf 21c06ac7c9 feat(process): add constructor for class process vor 2 Jahren
  greatbridf 975ac4c437 fix(list): check if ptr is null before releasing vor 2 Jahren
  greatbridf 06e54f821f feat(c++): rvalue_ref vor 2 Jahren
  greatbridf 0d79b8eae9 feat(c++): impl. forward and move vor 2 Jahren
  greatbridf afe474b291 refactor(process): do not store segs. in process vor 2 Jahren
  greatbridf be01268409 feat(process): scheduling vor 2 Jahren
  greatbridf 77f3523304 feat(process): use emplace_back vor 2 Jahren