summaryrefslogtreecommitdiff
path: root/emulators/arcem/MESSAGE
blob: 4b4f231db94b6555477dd1dda618c07aece0b6de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===========================================================================
$NetBSD: MESSAGE,v 1.4 2004/12/03 15:15:23 skrll Exp $

When you run arcem, you need to be in a directory containing the
arcem files and the ROM file. The distribution is supplied with the
Linux ROM and Hard Drive files from Dave Gilbert's site. The hard drive
file needs to be writable by you. For example:

  $ mkdir ~/Archimedes
  $ cp ${PREFIX}/share/arcem/* ~/Archimedes
  $ cp ~/Archimedes/dot.arcemrc ~/.arcemrc
  $ cd ~/Archimedes
  $ chmod +w HardImage1
  $ arcem

===========================================================================