refactor: striped more arch-related code from the kernel code base
[lunaix-os.git] / lunaix-os / libs /
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
2023-01-02 Minepfeat: provide some libc routines only for testing
2023-01-01 Minepfeat: wrapper function for bootstraping user program
2022-12-29 Mineprefactor: separate syscall interfaces from kernel space...
2022-11-13 Mineprefactor: replace all stdint::uint32_t into short and...
2022-11-09 Minepfeat: asynchronized SATA IO
2022-09-17 MinepMerge branch 'device-sys'
2022-08-29 Minepfeat: taskfs for export process to filesystem
2022-08-25 Minepfeat: a file system mapping for pci devices
2022-08-23 Minepfeat: a pseudo shell environment for basic interacting...
2022-08-22 Mineprefactor: add user space printf.
2022-08-20 Minepfeat: ability to manipulate extended attribute
2022-08-19 Minepfix: symlink resolve.
2022-08-18 Mineprefactor: send the command with retry and error detection
2022-08-14 MinepMerge branch 'vfs-dev'
2022-08-14 Minepfeat: lru eviction policy on page caches
2022-08-09 MinepMerge branch 'master' into vfs-dev
2022-08-09 MinepMerge branch 'master' into vfs-dev
2022-07-30 Minepfeat: simple device abstraction layer
2022-07-27 Minepfeat: open(2), close(2), mkdir(2) and readdir(2) syscall
2022-07-20 Minepfeat: vfs - path walking and dnode caching.
2022-07-20 Minepfeat: block device support (mount device and partitions)
2022-06-20 MinepMerge branch 'master' of github.com:Minep/lunaix-os
2022-06-20 MinepMerge branch 'signal-dev'
2022-06-18 Mineprefactor: vmm_set_map has option to ignore existed...
2022-05-01 MinepRestructure the interrupt vector distribution for bette...
2022-03-12 MinepImplement APIC, RTC, basic ACPI parser and timer support
2022-03-03 MinepComplete (almost!) printf fmt support
2022-02-26 Minepfix gcc warnings & improved makefile echos
2022-02-25 MinepVirtual memory & paging
2022-02-23 Minepdead simple printf/sprintf implementation.
2022-02-12 Minepcourse 5 and some old slides