summaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
Commit message (Collapse)Author
2021-10-08Move x86-specific code into an arch/x86 moduleClément Sibille
2021-10-07Add support for serial port outputClément Sibille
2021-10-06Disable testing in github actionClément Sibille
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.