summaryrefslogtreecommitdiffstats
path: root/kernel/src/terminal.rs (follow)
Commit message (Collapse)AuthorAge
* Move x86-specific code into an arch/x86 moduleClément Sibille2021-10-08
|
* Add support for serial port outputClément Sibille2021-10-07
|
* Fix cursor placement when scrollingClément Sibille2021-10-06
|
* Remove unused parameter in scroll_yClément Sibille2021-10-06
|
* Add terminal scrollingClément Sibille2021-10-05
| | | | This closes #2.
* Provide an interface for drawing on the screen in VGA text modeClément Sibille2021-10-04
This interface allows the user to write strings and move the cursor in VGA text mode. This closes #1.
Go back to lisible.xyz