Close

Current Progress

A project log for Aevros

An educational operating system kernel that explains itself through built-in introspection instead of external debuggers.

mobeen-ahmedMobeen Ahmed 2 hours ago0 Comments

The core kernel is operational, including memory management, scheduling, paging, VFS, system calls, and several introspection tools.

I'm currently building the networking stack with the same philosophy as the rest of Aevros: packets shouldn't just move through the system they should be traceable, inspectable, and able to explain where they came from, where they're going, and why.

Discussions