aboutsummaryrefslogtreecommitdiff
path: root/src/Console.zig
Commit message (Collapse)AuthorAgeFilesLines
* Flatten 'lib' directory into main 'src' treeHimbeer2024-08-011-0/+38
|
* Drop FDT support in favor of custom HWI formatHimbeer2024-05-231-41/+0
| | | | Fixes numerous parsing bugs and increases efficiency. The kernel now runs successfully on the Lichee Pi 4A.
* console: Remove UART driverHimbeer2024-05-201-14/+0
|
* Attempt to fix zeroed stack, unsuccessfullyHimbeer2024-05-201-1/+10
|
* logging: Use UART directly if availableHimbeer2024-05-181-0/+46
Some SBIs don't implement the Debug Console extension. Using the UART is one solution, supporting the SBI Legacy extension might work too if it exists.