fox32os/kernel
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
..
fxf kernel + sh: Another stream overhaul 2023-03-30 22:18:23 -07:00
vfs kernel + sh: Another stream overhaul 2023-03-30 22:18:23 -07:00
widget kernel: Add a very basic GUI widget system 2022-12-27 18:01:55 -08:00
window kernel/window: Use consts for the window title bar colors 2023-03-30 15:48:05 -07:00
allocator.asm Initialize the memory allocator with a correct bottom of memory 2022-10-27 23:08:18 -07:00
main.asm kernel + sh: Another stream overhaul 2023-03-30 22:18:23 -07:00
task.asm kernel/task: Add save_state_and_yield_task 2023-02-07 16:27:23 -08:00