1. 14d0b84 Fix paging #PF, simplify init_tasks by swissChili · 1 year, 9 months ago
  2. 56cf817 Add ESP32C3 RISC-V stub by swissChili · 2 years, 2 months ago
  3. 0db9775 Generate proper header dependency graph with Jmk2 by swissChili · 2 years, 2 months ago
  4. 9b46c90 Move kernel sources to platform specific subdirs by swissChili · 2 years, 2 months ago
  5. f3d6576 Port kernel to Jmk2 by swissChili · 2 years, 3 months ago
  6. b58ab67 Fix IDT error # bug, add debug helper, continue debugging spawn_thread crash by swissChili · 2 years, 8 months ago
  7. d00ec61 Begin tasking v3 rewrite by swissChili · 2 years, 8 months ago
  8. 1e8b756 Begin multitasking refactor to support ring-3 TSS by swissChili · 2 years, 9 months ago
  9. 9d87678 Fix #PF in ext2 vfs by swissChili · 3 years, 2 months ago
  10. a664e72 Mount EXT2 to VFS by swissChili · 3 years, 2 months ago
  11. 480f176 Add ext2 VFS implementation by swissChili · 3 years, 2 months ago
  12. d98781b Abstract EXT2, add JMK Emacs integration by swissChili · 3 years, 2 months ago
  13. 36ed5d7 Add EXT2 insert into dirent by swissChili · 3 years, 2 months ago
  14. caa2478 Update documentation, fix EXT2 inode selection bug by swissChili · 3 years, 2 months ago
  15. 4749d02 Add fast bitset, inode search to EXT2 by swissChili · 3 years, 2 months ago
  16. 52a03d8 Add synchornization primitives, `waiting` to task by swissChili · 3 years, 2 months ago
  17. cbd4363 Add read to EXT2 by swissChili · 3 years, 2 months ago
  18. b7ef65d Add listing to EXT2 by swissChili · 3 years, 2 months ago
  19. 276b8cf Fix bug in ATA PIO driver by swissChili · 3 years, 2 months ago
  20. 45df330 Fix error handling in ATA PIO by swissChili · 3 years, 3 months ago
  21. e5adca5 Add ATA PIO IRQ handler, documentation by swissChili · 3 years, 3 months ago
  22. 3546639 Fix CI, update docs by swissChili · 3 years, 3 months ago
  23. 9bd74de Add nice logs by swissChili · 3 years, 3 months ago
  24. 4418ca5 Add ext2 superblock, document file system by swissChili · 3 years, 3 months ago
  25. ef829f3 Add EXT2 stub by swissChili · 3 years, 3 months ago
  26. be677cd Add sourcehut builds by swissChili · 3 years, 3 months ago
  27. f1aeec7 Add sourcehut build by swissChili · 3 years, 3 months ago
  28. 1b83922 Fix JMK bug, update architecture docs by swissChili · 3 years, 4 months ago
  29. 5fe85a1 Add pci_device_drivers, IDE driver by swissChili · 3 years, 4 months ago
  30. b35a5cf Add PCI device check by swissChili · 3 years, 4 months ago
  31. 402a383 Fix tasking, PCI by swissChili · 3 years, 4 months ago
  32. ee6d10d Finish refactor, add 0x80 and 0x81 to IDT by swissChili · 3 years, 4 months ago
  33. aed6ff3 Begin task refactor by swissChili · 3 years, 4 months ago
  34. 77eb147 Fix PCI enumeration by swissChili · 3 years, 4 months ago
  35. 9321498 Odd bug with PCI enumeration by swissChili · 3 years, 4 months ago
  36. ca26848 Begin PCI refactor by swissChili · 3 years, 4 months ago
  37. e849174 Update jmk, PCI by swissChili · 3 years, 5 months ago
  38. 0d24883 Add start of PCI and AHCI drivers by swissChili · 3 years, 5 months ago
  39. 2e0febf Update ATA PIO test to include writing by swissChili · 3 years, 6 months ago
  40. 83db6fd Optimize ATA PIO routines by swissChili · 3 years, 6 months ago
  41. 1a3f07f Add preliminary ATA PIO driver by swissChili · 3 years, 6 months ago
  42. 172fd63 Fix switching to same task jumping to random memory by swissChili · 3 years, 6 months ago
  43. f01ddcc Add kill_this_thread(), kill thread on return by swissChili · 3 years, 6 months ago
  44. ef97c26 Add preemptive switch_task to timer by swissChili · 3 years, 6 months ago
  45. c496cd7 Fix multitasking, threads work! by swissChili · 3 years, 6 months ago
  46. 7be3274 Fix paging faults when switching/creating tasks by swissChili · 3 years, 6 months ago
  47. cfd3c3c Add threading, paging broken by swissChili · 3 years, 6 months ago
  48. e9289ee Remove directory cloning, add spawn() based multitasking stub by swissChili · 3 years, 6 months ago
  49. e20b79b Add page directory cloning, beginning of multitasking by swissChili · 3 years, 6 months ago
  50. 6422869 Add syscall stub by swissChili · 3 years, 6 months ago
  51. b74bc5a Remove makefiles by swissChili · 3 years, 6 months ago
  52. 2b5acc8 Use JMK build system by swissChili · 3 years, 6 months ago
  53. da23a91 Use updated multiboot_info_t from GRUB docs by swissChili · 3 years, 6 months ago
  54. c2e62ed Fix mkinitrd, add vfs_initrd stub by swissChili · 3 years, 6 months ago
  55. b7fe899 Add readdir() test, devfs by swissChili · 3 years, 6 months ago
  56. f544862 Finish up vfs_init by swissChili · 3 years, 6 months ago
  57. 6c0519e Beginnings of vfs_initrd driver by swissChili · 3 years, 7 months ago
  58. 9752ab3 Add multiboot module by swissChili · 3 years, 7 months ago
  59. f46600c Add initrd by swissChili · 3 years, 7 months ago
  60. 8efa492 Add VFS, start of initrd by swissChili · 3 years, 7 months ago
  61. 6575dd7 Add efficient realloc() by swissChili · 3 years, 7 months ago
  62. 2239935 Make free(3) reclaim adjacent memory by swissChili · 3 years, 7 months ago
  63. f238c22 Fix allocator bug by swissChili · 3 years, 7 months ago
  64. e4f0199 Add allocator by swissChili · 3 years, 7 months ago
  65. 959aa8a Fix VGA cursor by swissChili · 3 years, 7 months ago
  66. dc25b2b Fix segment error in GRUB by swissChili · 3 years, 7 months ago
  67. e0a79bb Reinitialize paging in C by swissChili · 3 years, 7 months ago
  68. d3a652e Move kernel to higher half by swissChili · 3 years, 7 months ago
  69. 7eef438 Move to kernel/ by swissChili · 3 years, 7 months ago