fox32os/kernel/fxf
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 specification.md Remove unused extern and global tables from FXF 2022-06-21 19:05:34 -07:00
fxf.asm kernel/fxf and launcher: Add and use launch_fxf_from_disk syscall 2023-03-22 22:18:33 -07:00
launch.asm kernel + sh: Another stream overhaul 2023-03-30 22:18:23 -07:00
reloc.asm Don't attempt to relocate if none are required 2023-01-20 18:25:15 -08:00