You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backbuffer is no longer hardcoded for 1280x800,
but instead holds enough memory for almost all screen sizes.
I could have dynamically allocated it, but I liked how
it resides in the .bss, and wanted to keep it that way.
Fixes#79
This revealed a problem with .bss and our userspace.ld, see sunriseos#216
Terminal defines a fullscreen size as 1280 * 800, but should really get it from vi instead.
https://github.com/roblabla42/KFS/blob/42d48b20bf345d877937578d7845304141937c9e/libuser/src/terminal.rs#L70-L80
This issue was generated by todo based on a
TODO
comment in 42d48b2 when #52 was merged. cc @roblabla.The text was updated successfully, but these errors were encountered: