Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update virtualized CPU
  • Loading branch information
djphoenix committed May 19, 2019
1 parent c044d5b commit b1ad924
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 Broadwell -serial stdio)
set(QEMU_FLAGS -smp cores=2,threads=2 -cpu Nehalem-IBRS -serial stdio)
add_custom_target(launch
${QEMU} ${QEMU_FLAGS} -kernel pxkrnl
DEPENDS pxkrnl
Expand Down

0 comments on commit b1ad924

Please sign in to comment.