diff options
author | uebayasi <uebayasi> | 2002-12-25 01:12:36 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-12-25 01:12:36 +0000 |
commit | 2857041db9330326d9b188beddb38ba46c61313f (patch) | |
tree | 94cdd9d8e1a99a1e0bf9fa3ac343bb2983f69f20 /emulators/bochs/PLIST | |
parent | f42a881550f7255394b59dc74c3711ab97496a88 (diff) | |
download | pkgsrc-2857041db9330326d9b188beddb38ba46c61313f.tar.gz |
Update to Bochs 2.0.
A very brief summary of changes:
- 2x emulation speedup!!!
- added plugin devices and guis. Now you can compile with many more
options, and choose between them at runtime.
- added emulation of AMD x86-64, MMX, SSE, SSE2 instructions.
- add wxWindows port (a graphical configuration interface and display lib)
and SVGAlib port (full screen display for Linux without X11).
- improvements in many I/O devices: for example up to 8 hard disks/cdroms,
TUN/TAP network interface, 360k floppies.
- improved MacOSX/Carbon interface and updated MacOS9port.
- GDB remote stub, allows symbolic debugging with Bochs simulation.
- support for up to 32gig hard disk images.
Diffstat (limited to 'emulators/bochs/PLIST')
-rw-r--r-- | emulators/bochs/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/bochs/PLIST b/emulators/bochs/PLIST index cc5b72007bd..ab7c443e2c9 100644 --- a/emulators/bochs/PLIST +++ b/emulators/bochs/PLIST @@ -1,17 +1,18 @@ -@comment $NetBSD: PLIST,v 1.4 2002/05/13 14:47:41 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/12/25 01:12:37 uebayasi Exp $ bin/bochs bin/bximage man/man1/bochs-dlx.1 man/man1/bochs.1 -man/man1/bochsrc.1 man/man1/bximage.1 +man/man5/bochsrc.5 share/bochs/bios/BIOS-bochs-2-processors share/bochs/bios/BIOS-bochs-4-processors +share/bochs/bios/BIOS-bochs-8-processors share/bochs/bios/BIOS-bochs-latest share/bochs/bios/VGABIOS-elpin-2.40 share/bochs/bios/VGABIOS-elpin-LICENSE -share/bochs/bios/VGABIOS-lgpl-0.3a share/bochs/bios/VGABIOS-lgpl-README +share/bochs/bios/VGABIOS-lgpl-latest share/bochs/bochsrc share/bochs/xfonts/fonts.dir share/bochs/xfonts/hercules.bdf @@ -30,7 +31,6 @@ share/doc/html/bochs/construction.html share/doc/html/bochs/cosimulation.html share/doc/html/bochs/cvs-status.html share/doc/html/bochs/cvs-structure.txt -share/doc/html/bochs/debugger.html share/doc/html/bochs/developers.html share/doc/html/bochs/faq.html share/doc/html/bochs/features.html |