Skip to content

Move system specific features into sys module

Jeremy Soller requested to merge jackpot51:redox_termios into master

This organizes the system specific code into two modules, redox and unix. Tests are moved when necessary to the root, so they can be run on both modules. Termios is implemented for raw mode on Redox.

Merge request reports