“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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.