Histórico de Commits

Autor SHA1 Mensagem Data
  greatbridf 2ef440f8e1 change(vfs): use c++ há 2 anos atrás
  greatbridf 2dafb2999b feat(make): use mtools to copy files into boot.img há 2 anos atrás
  greatbridf 8da2920aa5 chore(configure): check whether mkfs.fat exists há 2 anos atrás
  greatbridf 05cf4932d8 feat(vfs): add new struct special_node há 2 anos atrás
  greatbridf 41aeb2dd0d style(vfs): rename union special_node to node_t há 2 anos atrás
  greatbridf f9ba0231e8 change(ata): make identify() return a status value há 2 anos atrás
  greatbridf 9b715713dc fix(vfs): check if special node ops func exist há 2 anos atrás
  greatbridf 23542e4786 change(boot.img): use 512MiB as the disk image size há 2 anos atrás
  greatbridf 827b33c6cb Merge branch 'disk-prepare' into special-device-file há 2 anos atrás
  greatbridf 1a8bd33e17 chore(boot.img): create fat partition há 2 anos atrás
  greatbridf b5bd5dc2d7 chore(cmake): use cmds working on both platforms há 2 anos atrás
  greatbridf d6de8a08f0 feat(mbr): build mbr.bin separately há 2 anos atrás
  greatbridf ad07d066eb fix(mmap): read mapped data from file[offset] há 2 anos atrás
  greatbridf 0638ea3bec Merge branch 'ata' into special-device-file há 2 anos atrás
  greatbridf 95c4bb21cc Merge branch 'mmap' into ata há 2 anos atrás
  greatbridf 82cd10f0fc feat(mmap): able to do memory maps in kernel space há 2 anos atrás
  greatbridf 1356bd2e63 feat(ata): ata read sector by reading node 2,0 há 2 anos atrás
  greatbridf e88af94e05 feat(node): impl. mknode há 2 anos atrás
  greatbridf 462ec39241 feat(ata): impl. init. ata and read sectors há 2 anos atrás
  greatbridf 9c72ff3f2c feat(syscall): add syscall crash há 2 anos atrás
  greatbridf e929d98515 feat(port): add class port há 2 anos atrás
  greatbridf 7348abf2a1 chore(gitignore): ignore vim swap files há 2 anos atrás
  greatbridf 05ab779eda feat(process): add k_new_thread há 2 anos atrás
  greatbridf 941a9874cf fix(lock): make lock type volatile há 2 anos atrás
  greatbridf 6107790323 fix(kthdd): acquire the lock only on func not null há 2 anos atrás
  greatbridf 710e9cf529 Merge branch 'kernel-thread' into user-space-program há 2 anos atrás
  greatbridf 88add58cf5 feat(kernel_thread): impl. kernel_thread forking há 2 anos atrás
  greatbridf aa5b5749c4 feat(lock): impl. spin lock há 2 anos atrás
  greatbridf 9b18576715 chore(cross-compile.cmake): gen. it in ./configure há 2 anos atrás
  greatbridf 7add1ab9a3 feat(list): make node->next and prev node_type há 2 anos atrás