Port-m68k archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

updating from source, building optimized code, and...



Hi,

I am trying to update a system running NetBSD 4 beta.

My first question is about CVS.

I tried to download 4.0.1 with: cvs checkout -r netbsd-4-0-1 -P src

This doesn't work. I then download the src tar files for 4.0.1 and then did:
cd /usr/src
cvs update -Pd

This worked, but I am not sure if it is right.



I am now trying to build userland. What should my mk.conf look like? I can't seem to find any documentation on this, except what I have found in some emails.

I have a 68060. I have added:
M68060=YES
COPTS+=-O2 -m68060 -Wa,-m68060, -m68851
CFLAGS+=-O2 -m68060 -Wa,-m68060, -m68851
COPTFLAGS+=-O2 -m68060 -Wa,-m68060, -m68851

Is this correct? What does CFLAGS and COPTFLAGS change?




Also, building the kernel, I added this:

maxusers        64
options         MAXFILES=8192
options         NMBCLUSTERS=12288
options         DFLDSIZ="(96*1024*1024)"

Are these numbers too high for a system with only 128 Megs of ram?



Thanks,
Al




Home | Main Index | Thread Index | Old Index