Historique des commits

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