Fix boot under Bochs when Pintos is compiled with recent GCC.
authorRuss Ross <russ@dixie.edu>
Thu, 25 Aug 2011 03:41:30 +0000 (20:41 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 25 Aug 2011 03:41:54 +0000 (20:41 -0700)
When compiled according to the instructions, bochs fails to load
the project 1 kernel.  This seems to be due to the latest gcc using an
instruction that bochs is not compiled to support.  Adding the
'--enable-cpu-level=6' configure option to Bochs, as this commit does,
seems to work.


No differences found