커밋 기록

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