SMP works on qemu 2.3.0 but no delays yet, so likely to fail on real hardware

This commit is contained in:
Ciro Santilli
2015-11-08 11:45:40 +01:00
parent bd0424f001
commit b16e42ffe3
12 changed files with 133 additions and 47 deletions

View File

@@ -11,7 +11,7 @@ Carriage returns are needed just like in old days.
#include "common.h"
BEGIN
PRINT $msg
PRINT_STRING $msg
hlt
msg:
.asciz "hello\n\rworld"