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
25063dad
Commit
25063dad
authored
Oct 25, 2017
by
Darshit Shah
Browse files
With commit
7c4ef44d
bochs requires SDL. Hence build with SDL
parent
2e61711c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/bochs-2.6.2-build.sh
View file @
25063dad
...
...
@@ -18,7 +18,8 @@ cat $PINTOSDIR/src/misc/bochs-2.6.2-jitter-plus-segv.patch | patch -p1
cat
$PINTOSDIR
/src/misc/bochs-2.6.2-xrandr-pkgconfig.patch | patch
-p1
cat
$PINTOSDIR
/src/misc/bochs-2.6.2-banner-stderr.patch | patch
-p1
cat
$PINTOSDIR
/src/misc/bochs-2.6.2-block-device-check.patch | patch
-p1
CFGOPTS
=
"--with-x --with-x11 --with-term --with-nogui --prefix=
$DSTDIR
"
cat
$PINTOSDIR
/src/misc/bochs-2.6.2-link-tinfo.patch | patch
-p1
CFGOPTS
=
"--with-x --with-x11 --with-term --with-nogui --with-sdl --prefix=
$DSTDIR
"
mkdir
plain
&&
cd
plain
&&
../configure
$CFGOPTS
--enable-gdb-stub
&&
...
...
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