feat: UART terminal (#7)

* feat: basic terminal

* feat: execute application via terminal
This commit is contained in:
Alexander Neuhäuser
2026-03-24 17:50:28 +01:00
committed by GitHub
parent 34a66ff87a
commit f33100d36b
16 changed files with 232 additions and 150 deletions

View File

@@ -11,4 +11,5 @@ pub enum NovaError {
Misalignment,
InvalidGranularity,
Paging,
OutOfMeomory,
}