summaryrefslogtreecommitdiff
path: root/emulators/plex86
AgeCommit message (Collapse)AuthorFilesLines
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll1-3/+3
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-06-12Make this package happy with xpkgwedge; Since mkfontdir is a part of standardkei1-3/+3
X distribution, it's always in /usr/X11R6/bin even if xpkgwedge is installed.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-5/+3
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-07Remove obsolete "pre-build" target.tron1-4/+1
2001-01-07Install all BIOS images.tron2-9/+12
2001-01-07Update "plex86" to 2001-01-06 sources. Changes since 2000-12-25:tron7-41/+104
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sat Jan 6 23:39:58 EST 2001 Integrated updates to write-cache from Tom Vijlbrief. Reorganized docs/ a little. Split the xml docs into 2 docbooks. There is now a PUG (Plex86 User's Guide) and a PIG (Plex86 Internals Guide). I removed the tarball out of the CVS tree, and will upload pre-generated docs to the FTP server periodically. Look for docs-yyyy_hhmm.tar.gz. The tarball now contains both HTML and PS formats. There's also some notes on what packages are needed to generate and develop your own docs. (docs/xml/README) This release should make it easier for people to help out. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Mon Jan 1 23:26:44 EST 2001 Added another docs chapter (17) to the user's manual, relating to dynamic translation (DT) ideas for maintaining linear to translated code address mappings and some other stuff. You can update from CVS and just untar the docs/ tarball if you want. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Mon Jan 1 11:04:34 EST 2001 Integrated write-cache plugin from Tom Vijlbrief, and his related mods to the hard drive code, to handle > 32-bit file IO. Integrated small FreeBSD Makefile mods from Alexander Langer. Regenerated configure. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sat Dec 30 10:17:23 EST 2000 Integrated FreeBSD host port by Alexander Langer <alex@big.endian.de> Note: this port does not work yet, but was uploaded so others can work on it. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Thu Dec 28 13:51:50 EST 2000 Integrated LBA patches from Tom Vijlbrief, to rombios.c and harddrv.cc. I modified the patches slightly, and have not tested them much. Am uploading changes to let Tom test them as integrated. Tom was able to access up to 2GB partitions with his changes. Generated new BIOS. Changed all conf files to use new BIOS. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Thu Dec 28 10:32:57 EST 2000 Added dt-testbed dir. This is just a small separate testbed program for developing thoughts about generated code for a quasi-dynamic translation scheme. If you're interested in such developments, look at the README file in that dir. - "Kevin P. Lawton" <kevin@mandrakesoft.com>: Tue Dec 26 16:34:49 EST 2000 Added framework for write-cache buffering (for "persistent disks"). Created new plugin, in directory user/plugins/write-cache/. It does nothing currently, other than pass disk accesses to libc. This is to make it easier for others to implement the actual logic, without having to know much about plex86 internals. There are some notes in the plugin C code. I also created a new button (really lame) on the GUI. This triggers a call to the plugin, so the user can select when to flush (commit) the writes in the write-cache to disk and clear the cache. Eventually, a nice menu system might do this with a "Are you sure?" dialog or something similar. It is possible that a large number of disk writes may exceed the size of the write-cache (which should be configured by an option to the plugin eventually). In that case, it would be good to present the user with 2 options: 1) Quit altogether and ignore writes, and 2) commit writes and continue. This should eventually be GUI oriented, by stdin would be OK for now.
2001-01-03Make it a bit clearer what to set BSDSRCDIR to.hubertf1-2/+5
2001-01-02Fix BIOS pathname substitution.kleink1-2/+2
2000-12-25Update "plex86" to 2000-12-25 sources. Changes since 2000-12-16:tron3-10/+8
- "Kevin P. Lawton" <kevin@mandrakesoft.com>: Sun Dec 24 19:07:34 EST 2000 Integrated mods from Warwick Duncan for some remaining C++ -> C comment conversions in plugin directories. Added dynamic translation idea chapter to docs.
2000-12-21No patches -> dummy patch-sum file.wiz1-2/+5
2000-12-17Only compress VGA font in "post-build" target if it wasn't compressed yet.tron1-1/+2
This way a second "make build" doesn't fail.
2000-12-16Update to snapshot dated 2000-12-16. Includes a fix from Lennartfvdl2-5/+5
Augustsson to avoid false 'device busy' errors.
2000-12-15Flesh out the installation infrastructure. Currently this is done in thetv3-19/+109
pkg's Makefile, but should someday be part of the plex86 distribution.
2000-12-14Feh. Tabs->spaces on comment-only line.tv1-2/+2
2000-12-14Remove duplication of bsd.pref.mk include. This include needs to be AFTERtv1-4/+3
the BSDSRCDIR?= definition to make sure the user actually sets it.
2000-12-14Update to 0.20001214.2 - the NetBSD changes are now in the anoncvshubertf3-35/+10
repository. Uses new tarball from there. While there, pull in bsd.prefs.mk so BSDSRCDIR has a chance to be defined.
2000-12-14path-sumtsarna1-2/+2
2000-12-14Make patch actually apply.tsarna1-3/+3
2000-12-14One more thing: Actually pass the source dir to ./configure!tv1-2/+2
2000-12-14Add a comment to indicate why we now do the BSDSRCDIR?= dance withtv1-2/+2
bsd.prefs.mk.
2000-12-14Do not assume that /usr/src has been set by mk.conf, and DEFINITELY don'ttv1-13/+17
assume blindly that /usr/src is the appropriate kernel source tree. Force the user to set it explicitly in either the environment or mk.conf.
2000-12-14bring a bit further on -currenthubertf4-39/+14
2000-12-14the source is in MASTER_SITE_LOCAL for now, it's a tarfile ofhubertf1-2/+3
a anoncvs checkout (unchanged)
2000-12-14 The goal of the Plex86 project is to create an extensible open sourcehubertf10-0/+129
PC virtualization software program which will allow PC and workstation users to run multiple operating systems concurrently on the same machine. Plex86 will run as much of the operating system and application software natively as possible, the rest being emulated by the PC virtualization monitor. A highly visible and often requested use, would be to allow for Windows software to be run inside of GNU/Linux or other UNIX like operating system. This gives users a migration path towards UNIX, allowing them to run legacy software until native ports or alternatives are available. It also provides a transitionary step for software vendors who plan to port their product to UNIX, but have not yet done so. Users could buy the Windows version product and run it at near native speeds on UNIX, using Plex86, until a UNIX native version is ready.