projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a929199
)
--enable-4meg-pages not needed after all
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 26 Sep 2004 00:45:35 +0000
(
00:45
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 26 Sep 2004 00:45:35 +0000
(
00:45
+0000)
src/misc/bochs-2.1.1.patch
patch
|
blob
|
history
diff --git
a/src/misc/bochs-2.1.1.patch
b/src/misc/bochs-2.1.1.patch
index 0c233169c5feb6769b89d517ac6d7129ce0171f6..beb23b98c9fede7bb81e7e0f21803c7fcd111030 100644
(file)
--- a/
src/misc/bochs-2.1.1.patch
+++ b/
src/misc/bochs-2.1.1.patch
@@
-29,7
+29,7
@@
unwanted patches, then follow the above instructions.
Here's a ./configure invocation for Bochs that works optimally with
the `pintos' utility:
- ./configure --
enable-4meg-pages --
with-x --with-x11 --with-term --with-nogui
+ ./configure --with-x --with-x11 --with-term --with-nogui
If you want the gdb stub, add --enable-gdb-stub
If you want the internal debugger, add --enable-debugger