issues
search
dthain
/
basekernel
A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
805
stars
109
forks
source link
Unified Window Abstraction
#277
Closed
dthain
closed
3 years ago
dthain
commented
3 years ago
Created window object to unify events and graphics.
Replace KOBJECT_WINDOW with KOBJECT_GRAPHICS.
Console object builds on window, not on graphics.
Event processing not hooked up yet, next step is to route events through window.