summaryrefslogtreecommitdiff
path: root/emulators/arcem/MESSAGE
blob: b378835584a1d6e81523f7217d43235b017ec428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
===========================================================================
$NetBSD: MESSAGE,v 1.5 2014/11/28 11:58:50 bsiegert 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 -p ${PREFIX}/share/arcem/* ~/Archimedes
  $ cp ~/Archimedes/dot.arcemrc ~/.arcemrc
  $ cd ~/Archimedes
  $ chmod +w HardImage1
  $ mkdir extnrom hostfs        # note [1]
  $ mv *,ffa extnrom            # note [1]
  $ mv *,ffb hostfs             # note [1]
  $ arcem

[1] If you run RiscOS, you can use the HostFS file system.
Files from the hostfs file will be visible.


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