menios icon indicating copy to clipboard operation
menios copied to clipboard

meniOS is an operating system project written from scratch for fun

Results 107 menios issues
Sort by recently updated
recently updated
newest added

A huuuuuge pull request - Added the subsystem ACPICA so I won't need to handle directly with ACPI - Simplified the Docker image, so we don't need to recompile Limine...

Added a locked mmap arena for brk/sbrk, wired it into the libc build, updated host mmap handling, documented the issue in tasks.json, and introduced a covering Unity test.\n\nTests: make test

## Goal Implement true demand-paged user regions with guard gaps so that stacks, heaps, and future mappings fault in pages only as they are touched. Currently the kernel allocates most...

enhancement
security

## Goal Lock down a consistent user address-space layout so every process sees the same virtual windows and guard gaps. Currently the kernel picks ad-hoc bases and lacks canonical descriptors....

enhancement