Exit qemu after running tests

This commit is contained in:
Philipp Oppermann
2019-04-20 18:32:58 +02:00
parent 3aa6151729
commit dbdd46da9a
3 changed files with 73 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ edition = "2018"
bootloader = "0.6.0"
volatile = "0.2.3"
spin = "0.4.9"
x86_64 = "0.5.2"
[dependencies.lazy_static]
version = "1.0"
@@ -21,3 +22,4 @@ panic = "abort"
[package.metadata.bootimage]
default-target = "x86_64-blog_os.json"
test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04"]