add lunaix dynamic linker as submodule
[lunaix-os.git] / lunaix-os / arch /
2023-08-20 Minepfeat: kernel stack tracing
2023-08-20 Minepfix: corrected time conversion on alarm/sleep syscall
2023-08-19 Mineprefactor: one more step towards arch-agnostic design
2023-08-12 Mineprefactor: striped more arch-related code from the kerne...
2023-08-10 Mineprefactor: organize all arch related files together.
2023-07-25 Mineprefactor: decouple i386 specific instruction invocation
2023-07-21 Mineprefactor: full rewrite of signal feature
2023-07-20 Mineprefactor: rewrite kernel's make script
2023-07-16 Minepchore: fix almost *ALL* warnings.
2023-06-14 MinepMerge branch 'master' into prog-loader
2023-01-17 MinepMerge branch 'master' into prog-loader
2023-01-04 MinepMerge branch 'interrupt-rework' into prog-loader
2022-12-28 Minepregression: mmap for fd
2022-11-13 Mineprefactor: replace all stdint::uint32_t into short and...
2022-11-10 Minepfix: add dummy process to keep scheduler busy
2022-09-17 Minepfeat: add support for process to conduct Intel x87...
2022-06-20 MinepMerge branch 'master' of github.com:Minep/lunaix-os
2022-06-20 MinepMerge branch 'signal-dev'
2022-06-19 Minepfeat: User mode support.
2022-05-30 Minepbasic process support and some syscalls
2022-03-12 MinepTimer re-worked!
2022-03-12 MinepImplement APIC, RTC, basic ACPI parser and timer support
2022-03-01 Minepgrow on demand heap
2022-02-27 Minepvmm - allow remapping
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)
2022-02-05 Minepcourse 1 and project setup