One design decision in Aevros is that state changes shouldn't happen silently.
When memory is allocated or resources are created, the kernel records ownership and lifetime metadata alongside them. That information powers commands that explain what the system is doing instead of simply dumping internal structures.
The goal isn't to replace traditional debugging tools. It's to make the operating system capable of describing its own behavior from inside the shell.
Mobeen Ahmed
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.