summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Add .PHONY to MakefileHEADmainClément Sibille2021-10-10
|
* Move x86-specific code into an arch/x86 moduleClément Sibille2021-10-08
|
* Add support for serial port outputClément Sibille2021-10-07
|
* Disable testing in github actionClément Sibille2021-10-06
| | | | Unit test in Rust depends on std, since the crate is no_std we can't use it. We should find an alternative way to do it before re-enabling testing.
* Add github action for compilation and testsClément Sibille2021-10-06
|
* 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.
* Make kernel print hello world using the VGA text bufferClément Sibille2021-10-04
|
* Initial rust project setupClément Sibille2021-10-03
|
* Initial commitClément Sibille2021-10-03
Go back to lisible.xyz