| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add support for serial port output | Clément Sibille | 2021-10-07 |
| | | |||
| * | Disable testing in github action | Clément Sibille | 2021-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 tests | Clément Sibille | 2021-10-06 |
| | | |||
| * | Fix cursor placement when scrolling | Clément Sibille | 2021-10-06 |
| | | |||
| * | Remove unused parameter in scroll_y | Clément Sibille | 2021-10-06 |
| | | |||
| * | Add terminal scrolling | Clément Sibille | 2021-10-05 |
| | | | | | This closes #2. | ||
| * | Provide an interface for drawing on the screen in VGA text mode | Clément Sibille | 2021-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 buffer | Clément Sibille | 2021-10-04 |
| | | |||
| * | Initial rust project setup | Clément Sibille | 2021-10-03 |
| | | |||
| * | Initial commit | Clément Sibille | 2021-10-03 |
