Commit Graph

3 Commits

Author SHA1 Message Date
Ry
ca802706f4 kernel/vfs: Named streams for all disks and overlay framebuffers 2023-07-13 16:05:17 -07:00
Ry
3870289252 kernel/vfs: Add :serial named stream 2023-04-02 13:08:55 -07:00
Ry
8bea7c39b4 kernel + sh: Another stream overhaul
Certain streams can now be opened by name by prefixing the name
with a colon (':'). The only supported named stream at the moment
is :fb, which streams to/from the background framebuffer.

A new syscall called `get_size` was also added, which should be used
instead of `ryfs_get_size`. This new syscall supports getting the size
of streams.
2023-03-30 22:18:23 -07:00