./wip/tme, The Machine Emulator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.10, Package name: tme-0.10, Maintainer: phabrics

The Machine Emulator, or tme, is a program that provides a general-
purpose framework for computer emulation. The first machine that tme
could emulate was the Sun 2/120, one of the first widely available Sun
workstations. Other emulations include the Sun 3/150, SPARCstation 2,
and UltraSPARC 1.


Required to run:
[lang/perl5] [devel/libltdl] [x11/gtk3]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: 358e191da2cfede930a154241489159368d5b015
Filesize: 1142.477 KB

Version history: (Expand)


CVS history: (Expand)


   2015-07-16 10:09:01 by Ruben Agin | Files touched by this commit (4)
Log message:
Changes for release 0.10

   2015-05-19 09:39:34 by Ruben Agin | Files touched by this commit (2)
Log message:
Small fix to reenable recode on i386 platforms.

   2015-05-17 22:47:00 by Ruben Agin | Files touched by this commit (2)
Log message:
Changed round-robin scheduling to preemptive mode to fix issue with keyboard \ 
event issue.

   2015-05-09 02:20:57 by Ruben Agin | Files touched by this commit (2)
Log message:
Compatibility fixes for various platforms.

   2015-04-27 12:39:56 by Ruben Agin | Files touched by this commit (2)
Log message:
Dynamic determination of preemptive/cooperative threading. Fixed a deadlock \ 
condition with suspend/resume code around spin.

   2015-04-25 12:23:58 by Ruben Agin | Files touched by this commit (2)
Log message:
Fixes for preemptive multithreading. Added suspend/resume code for arbitrary \ 
atomic ops.

   2015-04-20 00:11:33 by Ruben Agin | Files touched by this commit (3)
Log message:
Addition of POSIX real-time extensions.  Fixes for sparc64 guest.

   2015-03-31 06:49:08 by Ruben Agin | Files touched by this commit (2)
Log message:
Update to 1.0beta_9:  Added built-in atomic ops for GCC.