mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
17 lines
626 B
Plaintext
17 lines
626 B
Plaintext
===========================================================================
|
|
$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
|
|
|
|
===========================================================================
|