fix dependency check logic cause config always disabled
[lunaix-os.git] / lunaix-os / kernel /
2022-06-11 Minepfix: The timer sequence stuck in infinite loop after...
2022-06-11 Minepfeat: The waitpid family!
2022-06-10 MinepMerge branch 'master' of github.com:Minep/lunaix-os
2022-06-10 Mineprefactor: Move the kernel post init stage into proc0
2022-06-06 Minepfeat: No more kernel page table switching upon interrupt.
2022-05-31 Minepfeat: added ability to identify process vm regions
2022-05-30 MinepKernel address space isolation and make the kernel...
2022-05-30 Minepbasic process support and some syscalls
2022-05-19 Minepfix bugs and restruct some excerpts
2022-05-03 MinepAdd back the missing reserved field in FADT.
2022-05-03 MinepAdd FADT check for presence of i8042 controller.
2022-05-03 MinepImplement (half) simple semaphore & mutex lock, and ...
2022-05-01 MinepRestructure the interrupt vector distribution for bette...
2022-04-30 MinepImplement shift+<key> support, and ...
2022-04-29 MinepBasic PS/2 keyboard driver, and ...
2022-03-13 Minepminor adjustments
2022-03-12 MinepTimer re-worked!
2022-03-12 MinepImplement APIC, RTC, basic ACPI parser and timer support
2022-03-06 Minepdead simple rtc code for getting current datetime.
2022-03-05 Minepupdate project structures
2022-03-03 Minepfix bugs found in brk & add simple security checks...
2022-03-03 Minepmake dmm.c portable
2022-03-03 MinepComplete (almost!) printf fmt support
2022-03-01 Minepgrow on demand heap
2022-03-01 Minepdynamic memory manager (malloc & free)
2022-02-27 Minepvmm - allow remapping
2022-02-27 Minepa bit refactoring on kernel_init
2022-02-26 Minepfix gcc warnings & improved makefile echos
2022-02-26 Minepfixes and refinements
2022-02-25 MinepVirtual memory & paging
2022-02-19 Minepformated code and fix include error in interrupts.c
2022-02-13 Minepcourse 6 - interrupts
2022-02-12 Minepcourse 5 and some old slides
2022-02-06 Minepcourse 3 (vga and linker config)