blob: 9668c250e7a4224961bcc4f882e4d174276bd60f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
The Hewlett-Packard IA-64 instruction set simulator for Linux/x86
To get the ski to run on NetBSD/i386, you need the following:
compat_linux support in the kernel:
http://www.netbsd.org/guide/en/chap-linux.html
procfs support in the kernel:
http://www.netbsd.org/guide/en/chap-linux.html#chap-linux-emulating-procfs
mount /dev/pts:
http://mail-index.netbsd.org/tech-kern/2004/11/08/0016.html
Tip: You can run the ski emulator with qemu usermode emulation on
non-i386 platforms.
Run the ski binary from within an xterm window.
BUGS: the xserver version xski doesn't currently work.
|