thermosphere: rebase, fix some bugs

uart now works except for fifo flush
This commit is contained in:
TuxSH
2019-07-23 21:46:35 +02:00
parent 532907c9e7
commit 36911b1365
5 changed files with 39 additions and 96 deletions

View File

@@ -22,7 +22,7 @@ void handleHypercall(ExceptionStackFrame *frame, ExceptionSyndromeRegister esr)
u32 id = esr.iss;
switch (id) {
default:
serialLog("Unhandled hypercall: 0x%x.\r\n");
serialLog("Unhandled hypercall: 0x%x.\n");
dumpStackFrame(frame, false);
break;
}