]> Projects (at) Tadryanom (dot) Me - AdrOS.git/shortlog
AdrOS.git
2026-02-05 Tulio A M Mendessync: add spinlocks and make console/heap/scheduler...
2026-02-05 Tulio A M Mendesmm: fix heap initialization code duplication
2026-02-05 Tulio A M Mendesinclude: move x86-specific headers under include/arch...
2026-02-05 Tulio A M Mendeshal: add system reboot abstraction and route shell...
2026-02-05 Tulio A M Mendesmm: avoid phys/virt assumptions in early vmm/scheduler
2026-02-05 Tulio A M Mendeshal: add timer/keyboard/video HAL and refactor drivers
2026-02-05 Tulio A M Mendesx86: add int 0x80 syscall gate and minimal sys_write
2026-02-05 Tulio A M Mendesarch/mips: add minimal boot and linker script
2026-02-05 Tulio A M Mendesmm: fix x86 PMM initialization and handle mips kseg0...
2026-02-05 Tulio A M Mendesbuild: add arch HAL sources and mips target
2026-02-05 Tulio A M Mendeshal: add UART HAL and refactor uart_console to use it
2026-02-05 Tulio A M MendesFirst test template
2026-02-05 tadryanom_botMakefile adjust to suporte passing parameters
2026-02-04 tadryanom_botfix(pmm): add null check for boot_info
2026-02-03 tadryanom_botFeat: Virtual Filesystem (VFS) and Initial Ramdisk...
2026-02-03 tadryanom_botFeat: Add VFS, InitRD Driver and mkinitrd tool
2026-02-03 tadryanom_botFeat: Debugging improvements (Detailed Panic + Heap...
2026-02-03 tadryanom_botadded file: .gitignore
2026-02-03 tadryanom_botFeat: Advanced Heap (Double Linked), Sleep System and...
2026-02-03 tadryanom_botFeat: Add Kernel Heap (kmalloc) and Preemptive Timer...
2026-02-03 tadryanom_botFeat: Add Shell, Keyboard Driver and Utils (LibC)
2026-02-03 tadryanom_botInitial commit: AdrOS v0.1 (Multi-arch Kernel, PMM...