README.TXT
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:2k
源码类别:

操作系统开发

开发平台:

C/C++

  1. Welcome to Bochs, an 80386 emulator!
  2. Bochs is a portable x86 emulator, which runs Minix-386 and
  3. MS-DOS/Windows.  You can compile and run Bochs on almost
  4. any Unix & X Windows environment.
  5. Since software emulation is very performance sensitive, it is
  6. recommended that you run Bochs on at least a 100Mhz machine,
  7. with a minimum of 32MBytes of physical memory.  Additionally,
  8. you'll need a couple Megabytes of disk space to uncompress and
  9. compile the Bochs distribution, plus 10 to 30 Megabytes for
  10. the creation of hard disk image files, depending upon the option
  11. you choose.
  12. Installation begins with the BOCHS.TAZ file.  It is a compressed
  13. tar format file, of the entire Bochs source distribution.  You
  14. need to compile Bochs for your platform before using it.  To
  15. extract the source code, change directory into a parent directory
  16. in which Bochs will be untarred:
  17.   unix:/> cd /usr/local/src
  18.     -or
  19.   unix:/> cd /users/JohnDoe/src
  20. Uncompress and untar Bochs:
  21.   unix:/usr/local/src> zcat BOCHS.TAZ | tar xvf -
  22. You should now have a sub-directory 'bochs-YYMMDD'.  Change directory
  23. into it, and read the files 'INSTALL.MINIX386' & 'INSTALL' for further
  24. detailed installation notes.  For uses of Bochs, outside of running
  25. the version of Minix on this CD, please consult the file 'LICENSE'.
  26. The file 'INSTALL.DOS_WIN31' may also be of interest.
  27. Thanks for your interest in using Bochs!  Current versions of Bochs
  28. as well as other relevant information may be obtained at the following
  29. Web and ftp sites.  Feel free to give me feedback on portability and
  30. other relevant issues.  I'd like to continually enhance Bochs, and
  31. add to its general portability.
  32.   http://world.std.com/~bochs
  33.   ftp://ftp.std.com/pub/bochs
  34. Kevin Lawton
  35. Bochs Software Company
  36. bochs@world.std.com