Commit Graph

2 Commits

Author SHA1 Message Date
c5edce612d dev: implement generic devices
generic devices don't have a type (char, block, etc) and are created
by bus drivers to represent the device until a suitable driver is found.

generic devices are registered by the bus driver. once a more suitable
driver is found, that driver will re-register the device under itself.
2023-06-10 13:21:42 +01:00
cb220452db dev: start implementing framebuffer devices 2023-06-06 22:01:17 +01:00