File: control

package info (click to toggle)
gxemul 0.4.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,248 kB
  • ctags: 20,920
  • sloc: ansic: 102,469; sh: 877; exp: 98; makefile: 81
file content (47 lines) | stat: -rw-r--r-- 1,669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: gxemul
Section: misc
Priority: extra
Maintainer: Göran Weinholt <weinholt@debian.org>
Build-Depends: debhelper (>= 4.1.0), libx11-dev
Standards-Version: 3.7.2.0

Package: gxemul
Architecture: any
Depends: ${shlibs:Depends}
Recommends: gxemul-doc
Description: machine emulator for multiple architectures
 GXemul aims at emulating complete machines with enough hardware
 emulated to run real unmodified operating systems. The emulation of
 these machine types is good enough to run a least one guest operating
 system:
 .
 ARM-based machines:
  * CATS (NetBSD/cats, OpenBSD/cats)
  * IQ80321 (NetBSD/evbarm)
  * NetWinder (NetBSD/netwinder)
 MIPS-based machines:
  * DECstation 5000/200 (NetBSD/pmax, OpenBSD/pmax, Ultrix, 
    Linux/DECstation, Sprite)
  * Acer Pica-61 (NetBSD/arc)
  * NEC MobilePro 770, 780, 800, 880 (NetBSD/hpcmips)
  * Malta (NetBSD/evbmips
  * Algorithmics P5064 (NetBSD/algor)
  * SGI O2 (aka IP32) (NetBSD/sgi) (enough for root-on-nfs)
 PowerPC-based machines:
  * IBM 6050/6070 (PReP, PowerPC Reference Platform) (NetBSD/prep)
 SuperH-based machines:
  * Sega Dreamcast (NetBSD/dreamcast) (enough for ramdisk userland)
 .
 Other machine types and architectures are emulated less completely.
 See the documentation in the gxemul-doc package for the exact details
 and guides to installing guest operating systems.
 .
  Homepage: http://gavare.se/gxemul/

Package: gxemul-doc
Architecture: all
Description: gxemul documentation
 This package contains the documentation for gxemul, the machine
 emulator for multiple architectures. Among other things, instructions
 for how to get different guest operating systems running are
 included.