Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
operating-systems
ws21
assignments
Commits
eb7ee5ec
Commit
eb7ee5ec
authored
Oct 16, 2019
by
Antoine Kaufmann
Browse files
switch utils/pintos to use qemu by default instead of bochs
parent
465071ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/pintos
View file @
eb7ee5ec
...
...
@@ -100,7 +100,7 @@ sub parse_command_line {
or
exit
1
;
}
$sim
=
"
bochs
"
if
!
defined
$sim
;
$sim
=
"
qemu
"
if
!
defined
$sim
;
$debug
=
"
none
"
if
!
defined
$debug
;
$vga
=
exists
(
$ENV
{
DISPLAY
})
?
"
window
"
:
"
none
"
if
!
defined
$vga
;
...
...
@@ -126,8 +126,8 @@ Usage: pintos [OPTION...] -- [ARGUMENT...]
where each OPTION is one of the following options
and each ARGUMENT is passed to Pintos kernel verbatim.
Simulator selection:
--
bochs
(default) Use
Bochs
as simulator
--
qemu
Use
QEMU
as simulator
--
qemu
(default) Use
QEMU
as simulator
--
bochs
Use
Bochs
as simulator
--player Use VMware Player as simulator
Debugger selection:
--no-debug (default) No debugger
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment