Histórico de Commits

Autor SHA1 Mensagem Data
  greatbridf cb96ca109a feat: free kinit memory há 2 anos atrás
  greatbridf a9e1f08cc6 style: kernel_main há 2 anos atrás
  greatbridf bb5739aff8 fix(elf): fill zeros for memory not in the file há 2 anos atrás
  greatbridf 61e15f9966 feat: kill user proc. on int6 and int13 há 2 anos atrás
  greatbridf 8cd5128366 feat: add freeze() and kill_current() há 2 anos atrás
  greatbridf f8dda1c0bd change: remove assert.h in kernel há 2 anos atrás
  greatbridf bc52f08bfe feat(mm): kill user process on access to priv. mem há 2 anos atrás
  greatbridf d44046d21c feat(gblibc): separate libc from kernel code há 2 anos atrás
  greatbridf 551cec8c54 feat: bufferred tty reading há 2 anos atrás
  greatbridf 8326c982e1 adapt more parts to cpp há 2 anos atrás
  greatbridf 6e4a649a55 feat(c++): add operator& to list iterators há 3 anos atrás
  greatbridf 56756566e1 refactor(irq0): remove is_scheduler_ready há 3 anos atrás
  greatbridf 1285e661c3 refactor(assert): move assert and breakpoint code há 3 anos atrás
  greatbridf 6953011b53 refactor(scheduling): switch ctx. with schedule() há 3 anos atrás
  greatbridf a3602de618 feat(mm): add mm_list class há 3 anos atrás
  greatbridf 74fa329672 feat: make compiler optimize likely branches há 3 anos atrás
  greatbridf d551a55a48 fix(page.refcount): alloc refcount in ident. area há 3 anos atrás
  greatbridf e3d5803469 optimize(mm): rename pptr_t, make funcs constexpr há 3 anos atrás
  greatbridf 8af1356b08 style(mm): simplify code há 3 anos atrás
  greatbridf 2ef440f8e1 change(vfs): use c++ há 3 anos atrás
  greatbridf ad07d066eb fix(mmap): read mapped data from file[offset] há 3 anos atrás
  greatbridf 82cd10f0fc feat(mmap): able to do memory maps in kernel space há 3 anos atrás
  greatbridf 88add58cf5 feat(kernel_thread): impl. kernel_thread forking há 3 anos atrás
  greatbridf db7926548d feat: create kernel thread há 3 anos atrás
  greatbridf 904883c5e3 refactor: add context save and load functions há 3 anos atrás
  greatbridf b013728ac4 feat(syscall): impl. syscalls há 3 anos atrás
  greatbridf c6a8f96e74 feat(serial): input data echo há 3 anos atrás
  greatbridf be01268409 feat(process): scheduling há 3 anos atrás
  greatbridf dcfa27d1dc feat(process): add struct thread há 3 anos atrás
  greatbridf 342ecc0e21 feat(process): enter user mode há 3 anos atrás