|
97b7572933
|
VFS: Implement a new type of Node, VFS_DEVICE
This is used to differentiate normal files from devices.
|
2022-10-12 15:22:34 +02:00 |
|
|
96b1d1c2f2
|
Devices: Tell a device which name you want it to be instantiated with
This allows us to create a device in any path, with any filename.
|
2022-10-12 10:54:46 +02:00 |
|
|
eb03ae91e0
|
Devices: Add a new Serial device
This device permits userspace to interface with the serial port.
|
2022-10-12 10:44:30 +02:00 |
|