From c238b2ea1dff60a5be6a796f44e533e89a346199 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Mon, 22 Aug 2022 21:28:18 -0700 Subject: Add serial suite --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0e5f36a..16bf741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,11 @@ path = "src/kernel.rs" [dependencies] bootloader = "0.9.8" volatile = "0.2.6" +x86_64 = "0.14.2" +uart_16550 = "0.2.0" [package.metadata.bootimage] #run-command = ["qemu-system-x86_64", "-drive", "format=raw,file={}", "-serial", "mon:stdio"] run-args = ["-serial", "mon:stdio"] +test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "mon:stdio", "-display","none"] +test-success-exit-code = 33 -- cgit v1.2.1