Simon Wood writes:
> 
> Hi Alistair,
> I'm afraid you are going to have to baby talk me through the CVS stuff. For
> the modules of the Gnome stuff the documentation says you do:
>       export CVSROOT = ':pserver:[EMAIL PROTECTED]:/cvs/gnome
>       cvs login       (though only the first time!)
>       cvs -z3 checkout blar blar blar
> 
> Can you give similar (simple) instructions? (And maybe copy them to the list
> for all the other thickies).

Its all in the FAQ, in the "Contributing section". See
http://www.elks.ecs.soton.ac.uk/faq-4.shtml.

Here is a quick GUIDE.

export CVSROOT=':pserver:[EMAIL PROTECTED]:/home/elks/cvs'
cvs login
cvs -z6 checkout elks
cvs -z6 checkout elkscmd
cvs -z6 checkout elkspages

You can make this easier by making a file called .cvsrc in your home
directory with the line:

cvs -z6

in it. This way you don't have to type -z6 each time you do a cvs command.
For this to work as long as doa.org is not resolving, your will need to
put the line

194.134.136.157 elks.doa.org

int your hosts file.

> 
> I've successfully written a minix image to a SSD (I think) and had a stab at
> a block driver. I've stolen the Floppy Major as it's not worth allocating
> another and they will never co-exist on the Psion.
> But I had problems booting. In 'fs/super.h' it wasn't finding any filesystem
> types to scan through and therefore was unable to mount the root disk :-(
> 
> It was getting late by then so I gave up without any real fault finding...

Any chance you could send me your code as it stands?

Have you made any modification outside the arch psion directory?

> 
> PS Did you know Look Out suggest Alligator as a spelling correction for
> Alistair (is there any truth there?)
> 

errr, yeeeess.. :-)

Al

Reply via email to