Potentially yes — raw framebuffer software is actually one of the more realistic graphical targets for this approach.
If the program uses the standard Linux framebuffer interface (/dev/fb0, FBIOGET_VSCREENINFO, FBIOGET_FSCREENINFO, and mmap), I...
Thanks for the detailed response! Do you think it could potentially run raspberry pi binaries that target raw framebuffer rather than desktop/windowing?
Very interesting, good work!
Does the plan include being able to run graphical programs/games in the future or is this likely to be strictly command line?
Good question! Honestly: it's very likely to stay command-line / TUI, and I'd rather be upfront about why.
The kernel here is built no-MMU (LKL has no memory management unit), and it has no GPU driver — Horizon doesn't give homebrew the...
Hi all,
I've been working on something I haven't seen done before and wanted to share it.
TL;DR: This is the Linux kernel (6.12) compiled as a library (LKL) and linked into a homebrew NRO. It boots inside Horizon OS — no reboot, no L4T, running...