| 2022-08-08 |
Minep | fix: refining the tty input |
tree | commitdiff |
| 2022-08-08 |
Minep | feat: hook up the keyboard input into our vfs |
tree | commitdiff |
| 2022-08-07 |
Minep | fix: separate any i/o to sequential device from caching... |
tree | commitdiff |
| 2022-08-06 |
Minep | feat: page caching layer for vfs |
tree | commitdiff |
| 2022-08-02 |
Minep | feat: symlink(2) and realpathat syscall |
tree | commitdiff |
| 2022-07-31 |
Minep | feat: implement dup(2), dup2(2) |
tree | commitdiff |
| 2022-07-31 |
Minep | feat: implement fsync(2) and hard link support [link(2)] |
tree | commitdiff |
| 2022-07-30 |
Minep | feat: implement rmdir(2), unlink(2), unlinkat(2) |
tree | commitdiff |
| 2022-07-30 |
Minep | feat: implement readlink(2) readlinkat(2) |
tree | commitdiff |
| 2022-07-30 |
Minep | feat: simple device abstraction layer |
tree | commitdiff |
| 2022-07-29 |
Minep | feat: lseek(2), read(2), write(2) implementation |
tree | commitdiff |
| 2022-07-27 |
Minep | feat: readdir fix and demo |
tree | commitdiff |
| 2022-07-27 |
Minep | feat: open(2), close(2), mkdir(2) and readdir(2) syscall |
tree | commitdiff |
| 2022-07-24 |
Minep | feat: twifs - pseudo file system for lunaix kernel... |
tree | commitdiff |
| 2022-07-20 |
Minep | feat: vfs - path walking and dnode caching. |
tree | commitdiff |
| 2022-07-20 |
Minep | feat: block device support (mount device and partitions) |
tree | commitdiff |
| 2022-07-20 |
Minep | refactor: change the disk io api to accept device inste... |
tree | commitdiff |
| 2022-07-07 |
Minep | Merge branch 'sata-ahci-dev' |
tree | commitdiff |
| 2022-07-07 |
Minep | refactor: abstract out the code for prdte creation... |
tree | commitdiff |
| 2022-07-07 |
Minep | feat: probe more device info |
tree | commitdiff |
| 2022-07-06 |
Minep | Merge branch 'master' into sata-ahci-dev |
tree | commitdiff |
| 2022-07-06 |
Minep | fix: remove the reference to unknown variable |
tree | commitdiff |
| 2022-07-06 |
Minep | feat: sector rwm ops test code |
tree | commitdiff |
| 2022-07-05 |
Minep | feat: disk read/write support for both ATA and ATAPI... |
tree | commitdiff |
| 2022-07-05 |
Minep | Merge branch 'master' into sata-ahci-dev |
tree | commitdiff |
| 2022-07-04 |
Minep | feat: ATAPI device capacity probing |
tree | commitdiff |
| 2022-07-04 |
Minep | remove explicit path dependency in makefile |
tree | commitdiff |
| 2022-07-04 |
Minep | Merge branch 'master' into sata-ahci-dev |
tree | commitdiff |
| 2022-07-04 |
Minep | feat: Ability to send command to ATA device. |
tree | commitdiff |
| 2022-07-03 |
Minep | feat: alignment option of cake allocator for dma buffer |
tree | commitdiff |
| 2022-07-03 |
Minep | feat: cake (slab) allocator, for dynamic continuous... |
tree | commitdiff |
| 2022-06-29 |
Minep | feat: spec-compliant AHCI HBA initialization |
tree | commitdiff |
| 2022-06-28 |
Minep | feat: AHCI probing |
tree | commitdiff |
| 2022-06-28 |
Minep | feat: vmm_vmap/ioremap/iounmap to make MMIO more flexib... |
tree | commitdiff |
| 2022-06-28 |
Minep | feat: partial PCIe support (MCFG table parsing) |
tree | commitdiff |
| 2022-06-27 |
Minep | feat: BAR sizing and MSI configuration |
tree | commitdiff |
| 2022-06-27 |
Minep | feat: MSI capability detection. |
tree | commitdiff |
| 2022-06-27 |
Minep | feat: PCI bus probing |
tree | commitdiff |
| 2022-06-27 |
Minep | fix: race condition and partial state issue on injectin... |
tree | commitdiff |
| 2022-06-26 |
Minep | feat: new syscall: sigpending, sigsuspend |
tree | commitdiff |
| 2022-06-25 |
Minep | feat: a simple console that support scrolling. |
tree | commitdiff |
| 2022-06-25 |
Minep | Merge branch 'console-dev' |
tree | commitdiff |
| 2022-06-25 |
Minep | Merge branch 'master' of github.com:Minep/lunaix-os |
tree | commitdiff |
| 2022-06-25 |
Minep | refactor: make the demos into dedicated files |
tree | commitdiff |
| 2022-06-24 |
Minep | feat: experimental tty console with scrollback buffer. |
tree | commitdiff |
| 2022-06-21 |
Minep | feat: support for SIGALRM |
tree | commitdiff |
| 2022-06-20 |
Minep | feat: kill(2) implementation |
tree | commitdiff |
| 2022-06-20 |
Minep | Merge branch 'master' of github.com:Minep/lunaix-os |
tree | commitdiff |
| 2022-06-20 |
Minep | Merge branch 'signal-dev' |
tree | commitdiff |
| 2022-06-20 |
Minep | feat: pause(2) support |
tree | commitdiff |
| 2022-06-19 |
Minep | feat: signal support (tested!) |
tree | commitdiff |
| 2022-06-19 |
Minep | feat: User mode support. |
tree | commitdiff |
| 2022-06-18 |
Minep | refactor: re-structure the kernel address space for... |
tree | commitdiff |
| 2022-06-18 |
Minep | chore: make things more general |
tree | commitdiff |
| 2022-06-18 |
Minep | refactor: vmm_set_map has option to ignore existed... |
tree | commitdiff |
| 2022-06-17 |
Minep | refactor: simplify the vmm design, single responsibilit... |
tree | commitdiff |
| 2022-06-17 |
Minep | refactor: keep in mind the stack layout is crucial... |
tree | commitdiff |
| 2022-06-16 |
Minep | Merge branch 'master' into signal-dev |
tree | commitdiff |
| 2022-06-16 |
Minep | fix: passing intr_ctx to soft_iret corrupts the stack... |
tree | commitdiff |
| 2022-06-15 |
Minep | refactor: formattings |
tree | commitdiff |
| 2022-06-15 |
Minep | Merge branch 'master' into signal-dev |
tree | commitdiff |
| 2022-06-14 |
Minep | feat: pgid support |
tree | commitdiff |
| 2022-06-13 |
Minep | feat: add signal handling support (not tested!) |
tree | commitdiff |
| 2022-06-11 |
Minep | fix: The timer sequence stuck in infinite loop after... |
tree | commitdiff |
| 2022-06-11 |
Minep | feat: The waitpid family! |
tree | commitdiff |
| 2022-06-10 |
Minep | Merge branch 'master' of github.com:Minep/lunaix-os |
tree | commitdiff |
| 2022-06-10 |
Minep | refactor: Move the kernel post init stage into proc0 |
tree | commitdiff |
| 2022-06-06 |
Minep | feat: No more kernel page table switching upon interrupt. |
tree | commitdiff |
| 2022-05-31 |
Minep | feat: added ability to identify process vm regions |
tree | commitdiff |
| 2022-05-30 |
Minep | Kernel address space isolation and make the kernel... |
tree | commitdiff |
| 2022-05-30 |
Minep | basic process support and some syscalls |
tree | commitdiff |
| 2022-05-19 |
Minep | fix bugs and restruct some excerpts |
tree | commitdiff |
| 2022-05-03 |
Minep | Add back the missing reserved field in FADT. |
tree | commitdiff |
| 2022-05-03 |
Minep | Add FADT check for presence of i8042 controller. |
tree | commitdiff |
| 2022-05-03 |
Minep | Implement (half) simple semaphore & mutex lock, and ... |
tree | commitdiff |
| 2022-05-01 |
Minep | Restructure the interrupt vector distribution for bette... |
tree | commitdiff |
| 2022-04-30 |
Minep | Implement shift+<key> support, and ... |
tree | commitdiff |
| 2022-04-29 |
Minep | Basic PS/2 keyboard driver, and ... |
tree | commitdiff |
| 2022-03-13 |
Minep | minor adjustments |
tree | commitdiff |
| 2022-03-12 |
Minep | Timer re-worked! |
tree | commitdiff |
| 2022-03-12 |
Minep | Implement APIC, RTC, basic ACPI parser and timer support |
tree | commitdiff |
| 2022-03-06 |
Minep | dead simple rtc code for getting current datetime. |
tree | commitdiff |
| 2022-03-05 |
Minep | update project structures |
tree | commitdiff |
| 2022-03-03 |
Minep | fix bugs found in brk & add simple security checks... |
tree | commitdiff |
| 2022-03-03 |
Minep | make dmm.c portable |
tree | commitdiff |
| 2022-03-03 |
Minep | Complete (almost!) printf fmt support |
tree | commitdiff |
| 2022-03-01 |
Minep | grow on demand heap |
tree | commitdiff |
| 2022-03-01 |
Minep | dynamic memory manager (malloc & free) |
tree | commitdiff |
| 2022-02-27 |
Minep | vmm - allow remapping |
tree | commitdiff |
| 2022-02-27 |
Minep | a bit refactoring on kernel_init |
tree | commitdiff |
| 2022-02-26 |
Minep | fix gcc warnings & improved makefile echos |
tree | commitdiff |
| 2022-02-26 |
Minep | fixes and refinements |
tree | commitdiff |
| 2022-02-25 |
Minep | Virtual memory & paging |
tree | commitdiff |
| 2022-02-23 |
Minep | dead simple printf/sprintf implementation. |
tree | commitdiff |
| 2022-02-19 |
Lunaixsky | Update makefile |
tree | commitdiff |
| 2022-02-19 |
Minep | re-factored the makefile and improved qemu debug experi... |
tree | commitdiff |
| 2022-02-19 |
Minep | formated code and fix include error in interrupts.c |
tree | commitdiff |
| 2022-02-13 |
Minep | course 6 - interrupts |
tree | commitdiff |
| 2022-02-12 |
Minep | remove build folder |
tree | commitdiff |
| 2022-02-12 |
Minep | course 5 and some old slides |
tree | commitdiff |
| next |