ARC was an attempt to make a standard for RISC-based machines. It is not very meaningful today, but it is of historical interest. SGI machines used a variant of ARC firmware, called ARCS, and Windows NT used ARC-based paths for hardware devices during bootup.
The ARC machine best emulated in GXemul is a PICA-61. It is not very stable, but at least it is possible to run NetBSD in it.
There are also some installation notes for operating systems that do not really work yet:
It is possible to install and run NetBSD/arc on an emulated Acer PICA-61 in the emulator.
To install NetBSD/arc from a CDROM image onto an emulated harddisk image, follow these instructions:
dd if=/dev/zero of=nbsd_arc.img bs=1024 count=1 seek=2000000
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-7.1.2/iso/NetBSD-7.1.2-arc.iso ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-7.1.2/arc/binary/kernel/netbsd-GENERIC.gz ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-7.1.2/arc/binary/kernel/netbsd-RAMDISK.gz
gxemul -x -e pica -d nbsd_arc.img -d b:NetBSD-7.1.2-arc.iso netbsd-RAMDISK.gzand proceed like you would do if you were installing NetBSD on a real PICA-61. (Choose "Use entire disk" when doing the MBR partitioning, and choose to install from CD-ROM.)
(Use -X if you feel more comfortable with a "graphical" text display.)
You can now use the generic NetBSD/arc kernel to boot from the harddisk image, using the following command:
gxemul -x -e pica -d nbsd_arc.img netbsd-GENERIC.gz
Known issue: The clock may be running too fast inside the emulated machine.
It is almost possible to install and run OpenBSD/arc on an emulated Acer PICA-61 in the emulator.
Earlier, I had this guest OS listed as officially working in the emulator, but for several reasons, it has been moved down here to the "informative-but-not-really-working" section.
Currently, I don't test for every release whether or not OpenBSD/arc can be installed. Releases prior to 0.3.7 (but probably not 0.3.7) should work. Anyway, here are the old installation instructions:
To install OpenBSD/arc onto an emulated harddisk image, follow these instructions:
dd if=/dev/zero of=obsd_arc.img bs=1024 count=1 seek=700000
wget -np -l 0 -r https://ftp.nluug.nl/OpenBSD/2.3/arc/
mkisofs -o openbsd_arc_2.3.iso ftp.nluug.nl/OpenBSD/
gxemul -e pica -X -d obsd_arc.img -d b:openbsd_arc_2.3.iso -j 2.3/arc/bsd.rd
and proceed like you would do if you were installing OpenBSD on a real Acer PICA-61. (Answer 'no' when asked if you want to configure networking, and then install from CD-ROM.)
Once the install has finished, the following command should let you boot from the harddisk image:
gxemul -X -e pica -d obsd_arc.img ftp.nluug.nl/OpenBSD/2.3/arc/bsd
The system is very sensitive to (I think) kernel stack overflow, so it crashes easily. If I remember correctly from mailing lists, this also happened on real hardware.
Old versions of Windows NT could run on ARC MIPS hardware, such as the PICA 61. It is theoretically possible that the emulation provided by GXemul some day could be stable/complete enough to emulate such hardware well enough to fool Windows NT into thinking that it is running on a real machine. IT DOES NOT WORK YET!
Installation steps similar to these would be required to install Windows NT onto a disk image:
dd if=/dev/zero of=winnt_test.img bs=1024 count=1 seek=999000
gxemul -X -e pica -d winnt_test.img -d bc6:/dev/cd0c -j MIPS\\ARCINSTNote that ARCINST almost works, but not quite.
gxemul -X -e pica -d winnt_test.img -d bc6:/dev/cd0c -j MIPS\\SETUPLDR
SETUPLDR manages to load some drivers from the cdrom, but then it crashes randomly. First of all, it seems to be timing dependent. Normal runs crash with some blue screen, and running with extreme slowdown (such as when using the -i option for full instruction trace) results in an error about not being able to initialize video.