summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 hoursuserspace: Update vcomp and vxterm, and clean up initrd bashrcprocessmarfanr
3 hoursmodules/virtio-gpu: Update virtio-gpu ops and headersmarfanr
3 hourskernel: Update TTY, VFS, and memory managementmarfanr
3 hourskernel/sys: Update syscall implementationsmarfanr
3 hourskernel/procc: Refactor process management and introduce sessionmarfanr
10 daysmisc: update gitignore and bashrcmarfanr
10 dayskernel: Add /dev/urandom and update init sequencemarfanr
10 daysuserspace/init: Add sleep to init run to fix process spawningmarfanr
10 daysuserspace/toolbox: Fix mode detection logicmarfanr
10 daysuserspace/vcomp: Update debug overlay logic and build configmarfanr
10 daysuserspace/vxterm: Fix infinite loop and spawn vshell.elf instead of bashmarfanr
10 daysuserspace/vxair: Retry virgl flush ioctl and fix BIND_OBJECT crashmarfanr
10 dayskernel/pty: Implement SIGWINCH for PTY and format codemarfanr
10 dayskernel: Fix fdtable initialization and O_CLOEXEC semanticsmarfanr
11 daysfeat: add screenshot and update README to include it in the documentationmarfanr
11 dayschore: compressed assetsmarfanr
11 daysfeat: implement userspace graphics (vxair, vxui), initrd profiles and system ...marfanr
11 daysfeat: add kernel modules for AHCI, ATAPI, EHCI, XHCI, and Virtio-GPUmarfanr
11 dayschore: update build configs, refactor libk components and implement ptymarfanr
11 daysfeat: enhance HAL, hardware drivers, and implement signals and syscall routingmarfanr
11 daysfeat: refactor VM manager, slab allocator and implement memory syscallsmarfanr
11 daysfeat: overhaul scheduler, implement thread management and process syscallsmarfanr
11 daysfeat: enhance VFS, add FAT32 driver, and implement file syscallsmarfanr
11 daysfeat: implement networking subsystem and socket syscallsmarfanr
13 dayschore: remove rootmarfanr
13 daysfeat: add userspace resourcemarfanr
13 dayschore: implement ttymarfanr
2026-07-18feat: Add USB HID mouse support and enhance input handlingmarfanr
2026-07-18feat: enhance paging implementation with additional flag handling and header ...marfanr
2026-07-18feat: update Makefile and linker script for improved build process and additi...marfanr
2026-07-18feat: enhance SIMD initialization and FPU management with core data integrationmarfanr
2026-07-18chore: update acpi tables parsing and apic configurationsmarfanr
2026-07-18libk: refactor string routines and replace str_simd with faststrmarfanr
2026-07-18feat: implement graphic subsystem and refactor header layoutmarfanr
2026-07-04feat: enhance GDT setup with logging and reset entriesmarfanr
2026-07-03feat: add memory configuration defaults and add fast string operation option ...marfanr
2026-07-03feat: add modifier key definitions and enhance input reporting logicmarfanr
2026-06-30feat: update PHYS2VIRT and VIRT2PHYS macros to use g_hhdm_offsetmarfanr
2026-06-16feat: update license information with project name and author detailsmarfanr
2026-06-16feat: add SATA kernel modulemarfanr
2026-06-11feat: enhance USB handling by modifying send method to include endpoint param...marfanr
2026-06-11fix: using type.h instead stdint.hmarfanr
2026-06-11feat: enhance phys base allocator using hhdm offset for bitmap basemarfanr
2026-06-11feat: refactor paging.h to support multiple page sizes and improve flag defin...marfanr
2026-06-11feat: update XHCI implementation and migrate USB HID into XHCImarfanr
2026-06-11feat: update kernel initialization and loader after migrate into new limine b...marfanr
2026-06-10xhci: fix TRB construction, speed/MPS detection, and remove verbose logsmarfanr
2026-06-10xhci: prevent pipe re-arm on error and remove completion logsmarfanr
2026-06-10xhci: fix TRB construction, MPS detection, and remove verbose logsmarfanr
2026-06-10xhci: fix setup data passing by reading from physical memorymarfanr