--enable-4meg-pages not needed after all
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 26 Sep 2004 00:45:35 +0000 (00:45 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 26 Sep 2004 00:45:35 +0000 (00:45 +0000)
src/misc/bochs-2.1.1.patch

index 0c233169c5feb6769b89d517ac6d7129ce0171f6..beb23b98c9fede7bb81e7e0f21803c7fcd111030 100644 (file)
@@ -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