8 May 2012 00:17
updating from source, building optimized code, and...
Al Zick <al <at> familysafeinternet.com>
2012-05-07 22:17:43 GMT
2012-05-07 22:17:43 GMT
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(Continue reading)
RSS Feed