Historique des commits

Auteur SHA1 Message Date
  greatbridf bb5739aff8 fix(elf): fill zeros for memory not in the file il y a 2 ans
  greatbridf 61e15f9966 feat: kill user proc. on int6 and int13 il y a 2 ans
  greatbridf 8cd5128366 feat: add freeze() and kill_current() il y a 2 ans
  greatbridf f8dda1c0bd change: remove assert.h in kernel il y a 2 ans
  greatbridf bc52f08bfe feat(mm): kill user process on access to priv. mem il y a 2 ans
  greatbridf d44046d21c feat(gblibc): separate libc from kernel code il y a 2 ans
  greatbridf 551cec8c54 feat: bufferred tty reading il y a 2 ans
  greatbridf 8326c982e1 adapt more parts to cpp il y a 2 ans
  greatbridf 6e4a649a55 feat(c++): add operator& to list iterators il y a 2 ans
  greatbridf 56756566e1 refactor(irq0): remove is_scheduler_ready il y a 2 ans
  greatbridf 1285e661c3 refactor(assert): move assert and breakpoint code il y a 2 ans
  greatbridf 6953011b53 refactor(scheduling): switch ctx. with schedule() il y a 2 ans
  greatbridf a3602de618 feat(mm): add mm_list class il y a 2 ans
  greatbridf 74fa329672 feat: make compiler optimize likely branches il y a 2 ans
  greatbridf d551a55a48 fix(page.refcount): alloc refcount in ident. area il y a 2 ans
  greatbridf e3d5803469 optimize(mm): rename pptr_t, make funcs constexpr il y a 2 ans
  greatbridf 8af1356b08 style(mm): simplify code il y a 2 ans
  greatbridf 2ef440f8e1 change(vfs): use c++ il y a 2 ans
  greatbridf ad07d066eb fix(mmap): read mapped data from file[offset] il y a 2 ans
  greatbridf 82cd10f0fc feat(mmap): able to do memory maps in kernel space il y a 2 ans
  greatbridf 88add58cf5 feat(kernel_thread): impl. kernel_thread forking il y a 2 ans
  greatbridf db7926548d feat: create kernel thread il y a 2 ans
  greatbridf 904883c5e3 refactor: add context save and load functions il y a 2 ans
  greatbridf b013728ac4 feat(syscall): impl. syscalls il y a 2 ans
  greatbridf c6a8f96e74 feat(serial): input data echo il y a 2 ans
  greatbridf be01268409 feat(process): scheduling il y a 2 ans
  greatbridf dcfa27d1dc feat(process): add struct thread 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 90cc9522ab refactor: 拆分mem和mm,对interrupt使用cpp il y a 2 ans