Port-amiga archive

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

Re: config problems



On Sat, Oct 14, 2000 at 07:02:11PM -0700, Albert Zick wrote:
> uses part of the screen. I can fix this by typing 
> "iteconfig -w 712 -h 468". But after I reboot I need to type it
> again. Is there away to make it boot with the right
> resolution.

Put that command into /etc/rc.local

> 2)I would really like to start compiling, but I need to know
> what needs to be put into the file /etc/mk.conf. The only thing
> that I have in it is:
> 
> CFLAGS+=-02 -M68060
> COPTS+=-M68060

If you want to optimize for the 060: 

/etc/mk.conf:

M68060=YES
COPTS+=-m68060 -O2

> 3)I have read the docs on compiling a kernel, but still have a
> couple of questions. Do I need compile a new version of config.

Depends. If you use kernel sources newer than the source used to compile
your "config" program, you need to build "config" first.

> Also does the NetBSD file that is on the Amiga partition need
> to be changed. 

Depends... if you use it to boot, yes.

Regards,
        -is



Home | Main Index | Thread Index | Old Index