|
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 |
|
|
b1fcfd0d74
|
VersionDevice: Ignore offset instead of erroring out + set flags to 0
|
2022-10-11 21:04:14 +02:00 |
|
|
0a7d4a530d
|
VFS, DeviceFS: Implement a device filesystem
For now, we just have a version device. (this will allow us to get rid of sys_getversion!!)
More should be implemented soon.
|
2022-10-11 19:21:16 +02:00 |
|