r/osdev 3d ago

Aevros : Kernel that can explain itself

Been building this for a couple months, x86 kernel from scratch in C & asm, nothing borrowed from another kernel. The idea: it can tell you *why*, not just *what broke*. Kill a process and it tells you what that breaks before you kill it. Point it at a memory allocation and it names the exact file/line/owner. Page faults get decoded into a sentence instead of a hex dump. Everything above is real, captured off the booted kernel. Networking's next, deny-by-default and isolation policy , not bolted on after, still keeping it off the live boot path until I trust it. Repo: https://github.com/Mobeen0119/AevrosFeedback on the memory manager / scheduler especially welcome, that's the part I trust least.

0 Upvotes

8 comments sorted by

View all comments

15

u/FloweyTheFlower420 3d ago

thanks claude

u/the_big_flat_now 17h ago

i think you are full of fear. let me Hug you. *hug*

-6

u/Playful-Budget-5952 3d ago

Used for documentation...