Commit Graph

4 Commits

Author SHA1 Message Date
abe4af093e tty: implement read/write support 2023-06-11 09:23:57 +01:00
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
b7b0691b8f dev: implement driver objects to organise and identify devices 2023-06-02 19:35:07 +01:00
5b53168c5f dev: add functions to create device objects 2023-04-03 16:59:14 +01:00