Bochs Admin

Installation


% setenv PATH /usr/bin:${PATH}
% ./configure --prefix=/util/bochs-2.6.2
% make
% sudo make install clean
% cd /util
% sudo ln -s bochs-2.6.2 bochs

Notes

  1. Modify the above to include the 'Building Bochs for Pintos' procedure (section G.1).

References

  1. http://www.scs.stanford.edu/10wi-cs140/pintos/pintos_12.html#SEC166