dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
798 stars 110 forks source link

Window Manager #272

Open dthain opened 3 years ago

dthain commented 3 years ago

/bin/manager.exe is a toy window manager that divides the screen up into four areas and renders a little decoration around each one. Build this out to make it more dynamic, so that the user can create new windows via a simple mechanism like splitting and joining.