1
0
Fork 0
forked from AbleOS/ableos

Update main.rs

This commit is contained in:
Tristan Poland (Trident_For_U) 2024-09-25 17:57:28 -04:00
parent 6efff7a274
commit d979150be3

View file

@ -349,7 +349,7 @@ fn run(release: bool, target: Target) -> Result<(), Error> {
"-m", "2G",
"-smp", "1",
// "-machine", "accel=kvm",
// "-cpu", "host",
"-cpu", "Broadwell",
"-device", "isa-debug-exit,iobase=0xf4,iosize=0x04",
]);
}