We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c3584 commit ebf88b3Copy full SHA for ebf88b3
tests/runner/src/lib.rs
@@ -8,8 +8,6 @@ const QEMU_ARGS: &[&str] = &[
8
"-display",
9
"none",
10
"--no-reboot",
11
- "-m",
12
- "size=2048",
13
];
14
15
pub fn run_test_kernel(kernel_binary_path: &str, ramdisk_path: Option<&str>) {
0 commit comments