home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / bochsos2.zip / readme.1st < prev   
Text File  |  1998-06-15  |  1KB  |  31 lines

  1.   This is the PE2LX port of Bochs/32.  All I've done is repackage this
  2. so that it includes the Win32-OS/2 files that are necessary in getting
  3. this going.  Stick the BOCHSOS2.EXE into a directory and execute it, it
  4. will uncompress the files for you.  Now, first thing you'll need is a
  5. bootable DOS disk (with format.exe & fdisk.exe at the least).  Once you
  6. have that, make the floppy.dsk image by typing:
  7.  
  8. dd.exe if=A: ibs=512 of=floppy.dsk
  9.  
  10.   Then you will make your hard drive image, type:
  11.  
  12. zero.exe | dd of=harddrive.dsk bs=512 count=20808
  13.  
  14.   This will make a 10 MB hard drive image file (well, ok it's really
  15. 19+ but to Bochs it will read as a 10 MB hard drive).
  16.  
  17.   You will then edit the "bochsrc" file in order to aim the
  18. harddrive.dsk & floppy.dsk image files to whichever directory
  19. you've placed this on your HD.
  20.  
  21.   In order for this to run, type in "bochs.exe -bootA" in an OS/2
  22. command prompt.
  23.  
  24.   I'm still trying to see if there is any real difference in performance
  25. with this version and the Xfree86-OS/2 ported version.  So far both seem
  26. the same to me (very slow). :)
  27.  
  28.   You'll notice a message saying that there is a version mismatch, simply
  29. say ignore and it'll start going.
  30.  
  31.