Vincent Ollivier
Vincent Ollivier
Thanks for the workaround @alexec
This PR also fixes out of space errors when we used the whole disk.
And now when we are out of disk we get the correct numbers: ``` ~ > disk usage size: 8376320 used: 8376320 free: 0 ``` The system doesn't crash, there's...
To test the disk I generated a number of files with precise sizes on the host like this 100 KB file: ``` $ dd if=/dev/zero of=100 bs=1024 count=100 ``` Then...

This is a breaking change that is very close to the summer solstice release date of MOROS so we'll merge it after the release to have 3 months to test...
The idea is simple: we have a text buffer in the VGA driver to print characters to the 80x25 screen, the scrollback buffer will be the same thing but larger...
Now we need an alternate buffer where scrollback is disabled for the text editor/viewer.
If clearing the screen also clear the scroll back buffer then we don't need alternate screen buffer support for now.
The first commits where vibe coded with Claude Sonnet 4 to test this new way of producing code. The result is not perfect and will need to be refactored to...