]> Projects (at) Tadryanom (dot) Me - AdrOS.git/shortlog
AdrOS.git
2026-02-06 Tulio A M Mendesinitrd: remove placeholder read wrapper; ignore analysi...
2026-02-06 Tulio A M Mendessyscall: validate user pointers and copy buffers for...
2026-02-06 Tulio A M Mendesx86/usermode: add ring3 syscall smoke test
2026-02-06 Tulio A M Mendesx86/boot: shrink identity map to 16MB; map initrd via VMM
2026-02-06 Tulio A M Mendesx86/boot: reduce early identity map to 64MB
2026-02-06 Tulio A M Mendesshell: make panic command deterministic (ud2 on x86)
2026-02-06 Tulio A M Mendesboot: introduce arch_start() and generic boot_info...
2026-02-06 Tulio A M Mendessched: make early allocations safe under higher-half...
2026-02-06 Tulio A M Mendesmm/pmm: fix low memory reservations and speed up allocation
2026-02-06 Tulio A M Mendesx86/boot: expand early mappings and stabilize higher...
2026-02-06 Tulio A M Mendesbuild: keep ISO kernel in sync when generating grub...
2026-02-06 Tulio A M Mendesadd *.log on .gitignore
2026-02-06 Tulio A M Mendesadd iso/ on .gitignore
2026-02-06 Tulio A M Mendeskernel/mm: fix WSL build (cross-compiler guard, utils...
2026-02-06 Tulio A M Mendesx86: fix multiboot2 mmap tag and boot.S physical symbol...
2026-02-05 Tulio A M Mendeskernel: use hal_cpu_idle for idle loop
2026-02-05 Tulio A M Mendesmm: use hal_cpu_idle for heap corruption halts
2026-02-05 Tulio A M Mendeskernel: make process/scheduler arch-agnostic (sp/addres...
2026-02-05 Tulio A M Mendeshal: add cpu helpers (idle/irqs/stack/as)
2026-02-05 Tulio A M Mendesx86: add flat GDT and minimal TSS; wire esp0 updates
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...