Commit Graph

5 Commits

Author SHA1 Message Date
Ry
a1a8e9f7f9 kernel/vfs: Update comment 2023-10-12 15:12:02 -07:00
Ry
d41fcd8817 kernel/vfs: Sanity checks before performing reads/writes 2023-09-14 14:58:10 -07:00
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