You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

6h 24m 54s logged

“An operating system isn’t a collection of apps. It’s the layer that controls them.”

Created OSContext.tsx as the central operating system kernel.
Every window, process, notification, and desktop state flows through a single source of truth.
Implemented process spawning, window registration, focus management, and desktop state persistence.
Separated OS logic from application logic to keep the architecture modular.
This became the foundation that every other subsystem relies on.

0
2

Comments 0

No comments yet. Be the first!