Historial de Commits

Autor SHA1 Mensaje Fecha
  greatbridf d50e70efaa feat(syscall): impl. sleep hace 2 años
  greatbridf 904883c5e3 refactor: add context save and load functions hace 2 años
  greatbridf e6dc019e17 feat: build and link user space programs hace 2 años
  greatbridf 9a6aa020d8 Merge branch 'syscall' hace 2 años
  greatbridf 0aaa529fd0 chore(Makefile): rename configure, add reconfigure hace 2 años
  greatbridf b013728ac4 feat(syscall): impl. syscalls hace 2 años
  greatbridf c5d37ef334 style: change struct to class, remove parentheses hace 2 años
  greatbridf 14d8c7760e chore: update global_find script hace 2 años
  greatbridf 54740e3f8e Merge branch 'macos-adaption' hace 2 años
  greatbridf 5020eb6f75 feat(Makefile): enable parallel build hace 2 años
  greatbridf 941ac209b9 fix(configure): suppress output and return 0 hace 2 años
  greatbridf 896023acbf fix(linker): old 'ctors' won't be called hace 2 años
  greatbridf fc23e8cba2 chore: add configure script hace 2 años
  greatbridf c6a8f96e74 feat(serial): input data echo hace 2 años
  greatbridf 0de053a20f Merge branch 'process' hace 2 años
  greatbridf b93a90442c feat(mm): add constructor for class mm hace 2 años
  greatbridf 21c06ac7c9 feat(process): add constructor for class process hace 2 años
  greatbridf 975ac4c437 fix(list): check if ptr is null before releasing hace 2 años
  greatbridf 06e54f821f feat(c++): rvalue_ref hace 2 años
  greatbridf 0d79b8eae9 feat(c++): impl. forward and move hace 2 años
  greatbridf afe474b291 refactor(process): do not store segs. in process hace 2 años
  greatbridf be01268409 feat(process): scheduling hace 2 años
  greatbridf 77f3523304 feat(process): use emplace_back hace 2 años
  greatbridf 93685f6053 fix(c++): template forwarding should use && hace 2 años
  greatbridf ffa995672b feat(list, vector): impl. emplace_back hace 2 años
  greatbridf 5e5b8a16e0 feat(vector): impl. operator= hace 2 años
  greatbridf 58349d6b5c refactor(list, vector): simplify def. hace 2 años
  greatbridf dcfa27d1dc feat(process): add struct thread hace 2 años
  greatbridf c0158d5a7e feat(list): clear, erase and operator= hace 2 años
  greatbridf 342ecc0e21 feat(process): enter user mode hace 2 años