summaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
Commit message (Collapse)Author
2021-10-06Fix cursor placement when scrollingClément Sibille
2021-10-06Remove unused parameter in scroll_yClément Sibille
2021-10-05Add terminal scrollingClément Sibille
This closes #2.
2021-10-04Provide an interface for drawing on the screen in VGA text modeClément Sibille
This interface allows the user to write strings and move the cursor in VGA text mode. This closes #1.
2021-10-04Make kernel print hello world using the VGA text bufferClément Sibille
2021-10-03Initial rust project setupClément Sibille
Go back to lisible.xyz