Historique des commits

Auteur SHA1 Message Date
  greatbridf 16cb499967 fix(port): add asm volatile il y a 2 ans
  greatbridf f10031fe36 fix(syscall): tell compiler it affects eax and edx il y a 2 ans
  greatbridf 03d4bfa86e chore(mm): add TODO for mm_area mirroring il y a 2 ans
  greatbridf 943868c7f9 feat(mm): add k_unmap and dealloc_{pd, pt} il y a 2 ans
  greatbridf d551a55a48 fix(page.refcount): alloc refcount in ident. area il y a 2 ans
  greatbridf 68a2a9fdd3 feat(c++): add PointerType, pnew il y a 2 ans
  greatbridf ab67740b4f fix(k_map): invalidate tlb cache when mapping cow il y a 2 ans
  greatbridf 673c784b88 fix(mmap): save mmap'ped file info when copying mm 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 b656c201bf fix(list): return end() when not found il y a 2 ans
  greatbridf 130a495df4 fIx(mm): make cow referred pages also cow il y a 2 ans
  greatbridf 03b2aadd9f feat(concept): add concept Hasher and Allocator il y a 2 ans
  greatbridf 45ed1dda86 feat(containers): make operator== const il y a 2 ans
  greatbridf ad0c8653da chore(c++): compile with standard c++20 il y a 2 ans
  greatbridf 2de03e53eb fix(CMakeLists): set FDISK_BIN if not defined il y a 2 ans
  greatbridf 2eafad4b65 chore(configure): check and set FDISK_BIN il y a 2 ans
  greatbridf 34b3bf7644 feat(syscall): impl. exec() to load elf files il y a 2 ans
  greatbridf 3d716d00d5 Merge branch 'ata' il y a 2 ans
  greatbridf 6627cd11bd Merge branch 'special-device-file' into ata il y a 2 ans
  greatbridf 3f508e8775 feat(fs): add fat32 filesystem il y a 2 ans
  greatbridf a9363f3a4a fix(mmap): correct mmap() definition il y a 2 ans
  greatbridf 148cec14b4 fix(mbr): read 128k il y a 2 ans
  greatbridf 4eca7c8ff6 fix(string): remove string custom constructors il y a 2 ans
  greatbridf 843b17eb68 fix(string): fix operator+=(const char) and back() il y a 2 ans
  greatbridf 1e81695c9a feat(vector): add copy constructor il y a 2 ans
  greatbridf b8d3768286 fix(vector): make operator= return *this il y a 2 ans
  greatbridf 14b037a6df fix(hash_map): several fixes il y a 2 ans
  greatbridf 6bab50c7fe feat(string): add operator== il y a 2 ans
  greatbridf 14c830a22c feat(vector): add move assignment func. il y a 2 ans