1. 14d0b84 Fix paging #PF, simplify init_tasks by swissChili · 1 year, 9 months ago
  2. 8b5ec7a Add low-level class support, stub of high level OOP wrapper by swissChili · 2 years, 1 month ago
  3. 9d428a8 Fix bug with merge2 and ,@, add (let) by swissChili · 2 years, 2 months ago
  4. 16156be Fix memory leaks revealed by GC segments by swissChili · 2 years, 2 months ago
  5. 8056031 Add GC segments to differentiate C stack space from Lisp by swissChili · 2 years, 2 months ago
  6. c0acce4 Fix memory leaks in compiler by swissChili · 2 years, 2 months ago
  7. 04d9416 Document some new Lisp functions, add functions for env. inspection by swissChili · 2 years, 2 months ago
  8. 56cf817 Add ESP32C3 RISC-V stub by swissChili · 2 years, 2 months ago
  9. e0d4b90 Modify printval() (and (print)) to properly serialize s-expressions by swissChili · 2 years, 2 months ago
  10. a890aed Debug GC crashes, add (gc-stats), add support for libedit to lisp by swissChili · 2 years, 2 months ago
  11. 0db9775 Generate proper header dependency graph with Jmk2 by swissChili · 2 years, 2 months ago
  12. 9b46c90 Move kernel sources to platform specific subdirs by swissChili · 2 years, 2 months ago
  13. f3d6576 Port kernel to Jmk2 by swissChili · 2 years, 3 months ago
  14. 01ba07f Add Jmk2 docs by swissChili · 2 years, 3 months ago
  15. 3555885 Add Jmk2 build system, port lisp to it by swissChili · 2 years, 3 months ago
  16. 01c211a Merge branch 'jmk2-tcl' by swissChili · 2 years, 3 months ago
  17. b58ab67 Fix IDT error # bug, add debug helper, continue debugging spawn_thread crash by swissChili · 2 years, 8 months ago
  18. d00ec61 Begin tasking v3 rewrite by swissChili · 2 years, 8 months ago
  19. 1e8b756 Begin multitasking refactor to support ring-3 TSS by swissChili · 2 years, 9 months ago
  20. 0fc3f26 Begin Jmk2 in TCL by swissChili · 3 years, 1 month ago
  21. fc5c941 Add flet1, flet, update reference by swissChili · 3 years, 1 month ago
  22. a7568dc Add unquote-splice (,@) by swissChili · 3 years, 1 month ago
  23. 36f2c69 Fix bug in error handling where __sub would be clobbered. by swissChili · 3 years, 1 month ago
  24. 4691cf6 Fix LaTeX build by swissChili · 3 years, 1 month ago
  25. 6d02af4 Add detailed error reporting, remove panics by swissChili · 3 years, 1 month ago
  26. fbf525f Add Jmk for lisp reference, LaTeX CI by swissChili · 3 years, 2 months ago
  27. a89ee44 Add AND and OR by swissChili · 3 years, 2 months ago
  28. 9d151e6 Add backquote/quasiquote (`). by swissChili · 3 years, 2 months ago
  29. b51552c Add tail call optimization, fix bug with vararg passing. by swissChili · 3 years, 2 months ago
  30. 53e7cd1 Fix segfault in Lisp when calling variadic function. by swissChili · 3 years, 2 months ago
  31. 9d87678 Fix #PF in ext2 vfs by swissChili · 3 years, 2 months ago
  32. a664e72 Mount EXT2 to VFS by swissChili · 3 years, 2 months ago
  33. 480f176 Add ext2 VFS implementation by swissChili · 3 years, 2 months ago
  34. d98781b Abstract EXT2, add JMK Emacs integration by swissChili · 3 years, 2 months ago
  35. 36ed5d7 Add EXT2 insert into dirent by swissChili · 3 years, 2 months ago
  36. caa2478 Update documentation, fix EXT2 inode selection bug by swissChili · 3 years, 2 months ago
  37. 4749d02 Add fast bitset, inode search to EXT2 by swissChili · 3 years, 2 months ago
  38. 52a03d8 Add synchornization primitives, `waiting` to task by swissChili · 3 years, 2 months ago
  39. cbd4363 Add read to EXT2 by swissChili · 3 years, 2 months ago
  40. b7ef65d Add listing to EXT2 by swissChili · 3 years, 2 months ago
  41. 276b8cf Fix bug in ATA PIO driver by swissChili · 3 years, 2 months ago
  42. 484295d Add reduce by swissChili · 3 years, 2 months ago
  43. 7e1393c Add (read), improve error reporting by swissChili · 3 years, 2 months ago
  44. 15f1cae Add optional, variadic arguments by swissChili · 3 years, 3 months ago
  45. f68671f Add load(), load_library(), lisp std by swissChili · 3 years, 3 months ago
  46. 708d4c4 Fix memory leaks, aligned allocators by swissChili · 3 years, 3 months ago
  47. 7434842 Add recursive calls, (function), #' by swissChili · 3 years, 3 months ago
  48. ddc9754 Add lexical closures by swissChili · 3 years, 3 months ago
  49. f1ba8c1 Garbage collect strings and symbols by swissChili · 3 years, 3 months ago
  50. 2999dd1 Add macros by swissChili · 3 years, 3 months ago
  51. d24cd20 Add istream->getpos by swissChili · 3 years, 3 months ago
  52. d289918 Fix bug in aligned allocator by swissChili · 3 years, 3 months ago
  53. 6b47b6d Add list, quote by swissChili · 3 years, 3 months ago
  54. 5db22a0 Fix bug in GC where every 2nd alloc would leak by swissChili · 3 years, 3 months ago
  55. b6c858c Add ', `, ,, reader macros by swissChili · 3 years, 3 months ago
  56. 45df330 Fix error handling in ATA PIO by swissChili · 3 years, 3 months ago
  57. b8fd471 Add allocation pools, release memory in GC by swissChili · 3 years, 3 months ago
  58. e9fec8b Finish stack walking, mark+sweep for GC by swissChili · 3 years, 3 months ago
  59. e5adca5 Add ATA PIO IRQ handler, documentation by swissChili · 3 years, 3 months ago
  60. 9e57da4 Add stack walking to _do_gc by swissChili · 3 years, 3 months ago
  61. 6d6525e Add GC stub, let1 by swissChili · 3 years, 3 months ago
  62. 3546639 Fix CI, update docs by swissChili · 3 years, 3 months ago
  63. 9bd74de Add nice logs by swissChili · 3 years, 3 months ago
  64. 4418ca5 Add ext2 superblock, document file system by swissChili · 3 years, 3 months ago
  65. ef829f3 Add EXT2 stub by swissChili · 3 years, 3 months ago
  66. be677cd Add sourcehut builds by swissChili · 3 years, 3 months ago
  67. f1aeec7 Add sourcehut build by swissChili · 3 years, 3 months ago
  68. 67bdf28 Add let1 by swissChili · 3 years, 3 months ago
  69. 1b83922 Fix JMK bug, update architecture docs by swissChili · 3 years, 4 months ago
  70. 5fe85a1 Add pci_device_drivers, IDE driver by swissChili · 3 years, 4 months ago
  71. b35a5cf Add PCI device check by swissChili · 3 years, 4 months ago
  72. 402a383 Fix tasking, PCI by swissChili · 3 years, 4 months ago
  73. ee6d10d Finish refactor, add 0x80 and 0x81 to IDT by swissChili · 3 years, 4 months ago
  74. aed6ff3 Begin task refactor by swissChili · 3 years, 4 months ago
  75. 77eb147 Fix PCI enumeration by swissChili · 3 years, 4 months ago
  76. 9321498 Odd bug with PCI enumeration by swissChili · 3 years, 4 months ago
  77. ca26848 Begin PCI refactor by swissChili · 3 years, 4 months ago
  78. 3ec55cf Remove free by swissChili · 3 years, 4 months ago
  79. 923b536 Add argument variable binding by swissChili · 3 years, 4 months ago
  80. a820dea Fix "if" condition by swissChili · 3 years, 4 months ago
  81. 53472e8 Add "if" built-in by swissChili · 3 years, 4 months ago
  82. 8fc5e2f Add compile_tl (), compile `defun's by swissChili · 3 years, 5 months ago
  83. 6aff2bb Add several arithmetic functions by swissChili · 3 years, 5 months ago
  84. f3e7f18 Compiler can compile simple nested expressions and function calls. by swissChili · 3 years, 5 months ago
  85. b3ca4fb Add lib/std, compile_expression () by swissChili · 3 years, 5 months ago
  86. 6eee4f9 Add readint () by swissChili · 3 years, 5 months ago
  87. 8cfb7c4 Move lisp to single-dword value type by swissChili · 3 years, 5 months ago
  88. ca107a0 Add beginning of Lips compiler, DynASM by swissChili · 3 years, 5 months ago
  89. bed8092 Finish basics of Lisp parser, add simple test by swissChili · 3 years, 5 months ago
  90. 7a6f5eb Beginning of Lisp parser by swissChili · 3 years, 5 months ago
  91. e849174 Update jmk, PCI by swissChili · 3 years, 5 months ago
  92. 0d24883 Add start of PCI and AHCI drivers by swissChili · 3 years, 5 months ago
  93. 2e0febf Update ATA PIO test to include writing by swissChili · 3 years, 6 months ago
  94. 83db6fd Optimize ATA PIO routines by swissChili · 3 years, 6 months ago
  95. 1a3f07f Add preliminary ATA PIO driver by swissChili · 3 years, 6 months ago
  96. 172fd63 Fix switching to same task jumping to random memory by swissChili · 3 years, 6 months ago
  97. f01ddcc Add kill_this_thread(), kill thread on return by swissChili · 3 years, 6 months ago
  98. ef97c26 Add preemptive switch_task to timer by swissChili · 3 years, 6 months ago
  99. c496cd7 Fix multitasking, threads work! by swissChili · 3 years, 6 months ago
  100. 7be3274 Fix paging faults when switching/creating tasks by swissChili · 3 years, 6 months ago