Skip to content

Commit

Permalink
Update QEMU configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
djphoenix committed May 27, 2019
1 parent 30b96ef commit 4249e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/launch.cmake
Expand Up @@ -5,7 +5,7 @@ add_custom_target(${EFIROOT}
DEPENDS pxkrnl
)

set(QEMU_FLAGS -smp cores=2,threads=2 -cpu Nehalem-IBRS -serial stdio)
set(QEMU_FLAGS -smp cores=2,threads=2 -machine pc-q35-2.10 -cpu Nehalem-IBRS -serial stdio)
add_custom_target(launch
${QEMU} ${QEMU_FLAGS} -kernel pxkrnl
DEPENDS pxkrnl
Expand Down

0 comments on commit 4249e8f

Please sign in to comment.