You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MiyarOS v0.2 introduces the project's first complete memory management subsystem and significantly improves kernel stability, diagnostics, and code organization.
Highlights
Physical Memory Manager (PMM)
Multiboot memory map detection
Bitmap-based frame allocator
Kernel heap (kmalloc/kfree)
Paging support
Virtual Memory Manager (VMM)
Dynamic page table creation
Read-only kernel memory protection
Dedicated page fault handler
Improved kernel panic diagnostics
Refactored shell with table-driven command dispatch
General code cleanup and stability improvements
Included
Bootable x86 ISO
Source code
GPLv3 licensed
This release completes the Memory Management milestone for MiyarOS.
This discussion was created from the release MiyarOS - v0.2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
MiyarOS v0.2 – Memory Management
MiyarOS v0.2 introduces the project's first complete memory management subsystem and significantly improves kernel stability, diagnostics, and code organization.
Highlights
Included
This release completes the Memory Management milestone for MiyarOS.
This discussion was created from the release MiyarOS - v0.2.
All reactions