Plínio Balduino

Results 115 issues of Plínio Balduino

## Parent Issue Part of #352 - Makefile refactoring ## Objective Cover user program targets and the userland installer loop so application owners have an obvious home for app-related build...

enhancement
build

## Parent Issue Part of #352 - Makefile refactoring ## Objective Hold kernel object discovery, build flags, and the heavy build recipe with Limine/image creation in a dedicated kernel build...

enhancement
kernel
build

## Parent Issue Part of #352 - Makefile refactoring ## Objective Gather SDK staging rules, object patterns, stamps, and the sdk phony target into a dedicated file. ## Scope Extract...

enhancement
build

## Parent Issue Part of #352 - Makefile refactoring ## Objective Centralize Docker-only helpers and host/Docker branching logic repeated across pattern rules. ## Scope Extract from root Makefile: - Lines...

enhancement
build

## Parent Issue Part of #352 - Makefile refactoring ## Objective Move environment/toolchain detection and shared flags to a dedicated configuration file. ## Scope Extract from root Makefile: - Lines...

enhancement
build

## Context Port TCC (Tiny C Compiler) as stepping stone to native compilation. Smaller and simpler than GCC. ## UNBLOCKED - Ready to Implement! **ALL BLOCKERS ARE COMPLETE!** Both critical...

enhancement

## Credits Issue discovered by @Valeryum999 - thank you! ## Problem Building meniOS on Arch Linux fails with compilation errors and deprecation warnings. ## Error Details ### Critical Error ```...

bug
testing
doom

## Goal Add I/O multiplexing support to monitor multiple file descriptors efficiently. ## Context No descriptor multiplexing exists. Programs cannot wait for I/O on multiple fds. ## Definition of Done...

kernel
libc

## Goal Add dynamic linking support to load shared libraries at runtime. ## Context No dynamic loader exists. All programs are statically linked. ## Definition of Done - [ ]...

nice to have
kernel
libc

## Goal Add regular expression support and POSIX pattern matching utilities. ## Context No regex support exists. Many tools (grep, sed, awk) require this. ## Definition of Done - [...

libc