Use -serial stdio instead of -serial mon:stdio

This commit is contained in:
Philipp Oppermann
2019-05-08 16:10:23 +02:00
parent ac9b661395
commit 86b57f696f

View File

@@ -28,7 +28,7 @@ panic = "abort"
[package.metadata.bootimage] [package.metadata.bootimage]
default-target = "x86_64-blog_os.json" default-target = "x86_64-blog_os.json"
test-args = [ test-args = [
"-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "mon:stdio", "-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio",
"-display", "none" "-display", "none"
] ]
test-success-exit-code = 33 # (0x10 << 1) | 1 test-success-exit-code = 33 # (0x10 << 1) | 1