2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|
2014-11-28 12:58:50 +01:00
|
|
|
$NetBSD: MESSAGE,v 1.5 2014/11/28 11:58:50 bsiegert Exp $
|
2002-03-31 23:41:31 +02:00
|
|
|
|
2004-12-03 16:15:23 +01:00
|
|
|
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
|
2003-05-06 19:40:18 +02:00
|
|
|
Linux ROM and Hard Drive files from Dave Gilbert's site. The hard drive
|
2004-12-03 16:15:23 +01:00
|
|
|
file needs to be writable by you. For example:
|
2002-03-31 23:41:31 +02:00
|
|
|
|
2004-12-03 16:15:23 +01:00
|
|
|
$ mkdir ~/Archimedes
|
2014-11-28 12:58:50 +01:00
|
|
|
$ cp -p ${PREFIX}/share/arcem/* ~/Archimedes
|
2002-03-31 23:41:31 +02:00
|
|
|
$ cp ~/Archimedes/dot.arcemrc ~/.arcemrc
|
2003-05-06 19:40:18 +02:00
|
|
|
$ cd ~/Archimedes
|
2002-03-31 23:41:31 +02:00
|
|
|
$ chmod +w HardImage1
|
2014-11-28 12:58:50 +01:00
|
|
|
$ mkdir extnrom hostfs # note [1]
|
|
|
|
$ mv *,ffa extnrom # note [1]
|
|
|
|
$ mv *,ffb hostfs # note [1]
|
2004-12-03 16:15:23 +01:00
|
|
|
$ arcem
|
2002-03-31 23:41:31 +02:00
|
|
|
|
2014-11-28 12:58:50 +01:00
|
|
|
[1] If you run RiscOS, you can use the HostFS file system.
|
|
|
|
Files from the hostfs file will be visible.
|
|
|
|
|
|
|
|
|
2002-09-24 14:29:55 +02:00
|
|
|
===========================================================================
|