pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/gxemul Replace DESCR with a copy of the firs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/496658aee5e0
branches:  trunk
changeset: 540145:496658aee5e0
user:      apb <apb%pkgsrc.org@localhost>
date:      Sat Mar 29 16:52:07 2008 +0000

description:
Replace DESCR with a copy of the first few paraghraphs from the README
inside the distribution.

OK xtraeme.

diffstat:

 emulators/gxemul/DESCR |  24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 074c6239e695 -r 496658aee5e0 emulators/gxemul/DESCR
--- a/emulators/gxemul/DESCR    Sat Mar 29 16:11:19 2008 +0000
+++ b/emulators/gxemul/DESCR    Sat Mar 29 16:52:07 2008 +0000
@@ -1,6 +1,18 @@
-GXemul is a machine emulator. The initial goal was to write a simple
-64-bit MIPS emulator for running multiprocessor experiments with a
-microkernel, but the emulator can be used for many other things. While
-some simulators only simulate a CPU, GXemul also simulates other
-hardware components, making it possible to use the emulator to run
-unmodified operating systems, such as NetBSD, OpenBSD, or Linux.
+GXemul is a framework for full-system computer architecture emulation. 
+Several processor architectures and machine types have been implemented. 
+It is working well enough to allow unmodified "guest" operating systems to 
+run inside the emulator, as if they were running on real hardware.
+
+The emulator emulates (networks of) real machines. The machines may 
+consist of ARM, MIPS, PowerPC, and SuperH processors, and various 
+surrounding hardware components such as framebuffers, busses, interrupt 
+controllers, ethernet controllers, disk controllers, and serial port 
+controllers.
+
+GXemul, including the dynamic translation system, is implemented in 
+portable C, which means that the emulator will run on practically any host 
+architecture.
+
+The documentation lists the machines and guest operating systems that can 
+be regarded as "working" in GXemul. The best working guest operating 
+systems are probably NetBSD/pmax and NetBSD/cats.



Home | Main Index | Thread Index | Old Index