ld-tool portability fix: MacOS build experience
[lunaix-os.git] / lunaix-os / arch /
2024-07-04 Minepintegrate C/LDFLAGS into LunaBuild flow
2024-06-27 LunaixskyIntroducing LunaBuild to the build flow (#36)
2024-06-22 LunaixskyDecoupling Architectural-specific Code (#35)
2024-03-02 Minep* Make the ksym table built-in with kernel image, thus...
2024-03-02 LunaixskyUnifying the Lunaix's Physical Memory Model (#28) feat/user_model
2024-02-18 LunaixskyA Total Overhaul on the Lunaix's Virtual Memory Model...
2024-02-05 LunaixskySupport to multi-threading and pthread interface (POSIX...
2023-12-11 Minepfix: corner cases when printing large content through...
2023-12-10 Minepfeat: owloysius - dynamic init function invocator
2023-12-09 Minepfeat: a better boot command line parser
2023-12-08 Mineprefactor: add a async read/write variant to device...
2023-11-26 Minepfeat: nearly complete POSIX.1-2008 compliant terminal...
2023-11-18 Minepfeat: IO polling for file descriptor
2023-11-04 Mineprefactor: make pci device driver loading passive, pci...
2023-11-03 Minepfeat: kprintf now goes into dedicated pseudo-dev rather...
2023-10-21 Minepfeat: standard vga support (mode switching, framebuffer...
2023-09-07 Minepfeat: fstat now handle symbolic link
2023-09-03 Minepfeat: serial device interfacing
2023-08-28 Minepfeat: device subsystem rework
2023-08-25 Minepfeat: better rtc framework which aims to remove single...
2023-08-24 Mineprefactor: use a more decent physical memory map
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