diff options
author | garbled <garbled@pkgsrc.org> | 1998-09-06 06:51:04 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-09-06 06:51:04 +0000 |
commit | 3f0ef23883f20c7a051942f2735afd2a9f0c6846 (patch) | |
tree | 9e621045eccf9f83fbcfccbdbf7f0d852e520860 /emulators/bochs/pkg | |
parent | 576cfe4944d4d870296848d29e87fcd0b91e6add (diff) | |
download | pkgsrc-3f0ef23883f20c7a051942f2735afd2a9f0c6846.tar.gz |
Add new pkg for bochs-980707
an i386 machine emulator capable of running dos/windows
(couldn't get this working on alpha, works great on i386, reports from
other arches would be much appreciated)
Diffstat (limited to 'emulators/bochs/pkg')
-rw-r--r-- | emulators/bochs/pkg/COMMENT | 1 | ||||
-rw-r--r-- | emulators/bochs/pkg/DESCR | 6 | ||||
-rw-r--r-- | emulators/bochs/pkg/MESSAGE | 8 | ||||
-rw-r--r-- | emulators/bochs/pkg/PLIST | 40 |
4 files changed, 55 insertions, 0 deletions
diff --git a/emulators/bochs/pkg/COMMENT b/emulators/bochs/pkg/COMMENT new file mode 100644 index 00000000000..66c266f892c --- /dev/null +++ b/emulators/bochs/pkg/COMMENT @@ -0,0 +1 @@ +an i386 machine emulator capable of running dos/windows diff --git a/emulators/bochs/pkg/DESCR b/emulators/bochs/pkg/DESCR new file mode 100644 index 00000000000..e97655afea3 --- /dev/null +++ b/emulators/bochs/pkg/DESCR @@ -0,0 +1,6 @@ +Bochs is a portable x86 PC emulation software package that emulates enough +of the x86 CPU, related AT hardware, and BIOS to run DOS, Windows '95, +Minix 2.0, and other OS's, all on your workstation. + +Though Bochs is commercial software, source code for Bochs is available on +the Internet, provided you abide by the license with the source code. diff --git a/emulators/bochs/pkg/MESSAGE b/emulators/bochs/pkg/MESSAGE new file mode 100644 index 00000000000..4bae8ed50b2 --- /dev/null +++ b/emulators/bochs/pkg/MESSAGE @@ -0,0 +1,8 @@ +You need to copy the share/bochs/bochsrc file to your home +directory and name it .bochsrc. Then edit it to your +tastes defining the hard drives, and floppies as needed. + +Documentation is available on the website, and a copy of that +website is in share/doc/bochs/. The file install.html will +assist you in creating a HD "file". (A raw disk partition can +be used as well) diff --git a/emulators/bochs/pkg/PLIST b/emulators/bochs/pkg/PLIST new file mode 100644 index 00000000000..ec9fb441db2 --- /dev/null +++ b/emulators/bochs/pkg/PLIST @@ -0,0 +1,40 @@ +@comment $NetBSD: PLIST,v 1.1 1998/09/06 06:51:05 garbled Exp $ +bin/bochs +lib/X11/fonts/misc/fonts.dir +lib/X11/fonts/misc/hercules.bdf +lib/X11/fonts/misc/vga.bdf +lib/X11/fonts/misc/vga.pcf +@exec %D/bin/mkfontdir %D/lib/X11/fonts/misc +@unexec %D/bin/mkfontdir %D/lib/X11/fonts/misc +share/doc/bochs/00README +share/doc/bochs/3rdparty.license.html +share/doc/bochs/DOS.html +share/doc/bochs/LICENSE +share/doc/bochs/Linux.html +share/doc/bochs/Minix.html +share/doc/bochs/OldWindows95.html +share/doc/bochs/WISHLIST +share/doc/bochs/Windows31.html +share/doc/bochs/Windows95.html +share/doc/bochs/changelog.html +share/doc/bochs/company.html +share/doc/bochs/construction.html +share/doc/bochs/debugger.html +share/doc/bochs/developers.html +share/doc/bochs/drawing_board.html +share/doc/bochs/features.html +share/doc/bochs/index.html +share/doc/bochs/install.html +share/doc/bochs/jbochs.html +share/doc/bochs/licensing.html +share/doc/bochs/mtools.html +share/doc/bochs/undercon.gif +share/doc/bochs/whatisbochs.html +share/doc/bochs/win32.html +share/bochs/bios/BIOS-bochs-980702a +share/bochs/bios/VGABIOS-elpin-2.20 +share/bochs/bochsrc +@dirrm share/doc/bochs +@dirrm share/bochs/bios +@dirrm share/bochs + |