2a0f5a9ade
PR pkg/49274.
23 lines
866 B
Text
23 lines
866 B
Text
===========================================================================
|
|
$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.
|
|
|
|
|
|
===========================================================================
|