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 70a9caa7e9
commit 9d6089dc86
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;
}