On 05/01/2020 13:47, Izumi Tsutsui wrote:
[snip]
My patch allows COPTS to be overridden as
http://src.illumos.org/source/xref/netbsd-src/sys/conf/Makefile.kern.inc#69
has
69 DEFCOPTS?= -O2
70 COPTS?= ${DEFCOPTS}
which I believe allows COPTS to be overridden by
makeoptions COPTS=".
> >> I don't see how as sys/arch/zaurus/conf/INSTALL doesn't define DDB.
> >
> > On zaurus GENERIC also has a size restriction (due to bootloader).
>
> Yes, I understand that. What I don't understand is how my
> sys/arch/arm/conf/Makefile.arm change affects the zaurus INSTALL kernel
> size because
On 05/01/2020 13:31, Martin Husemann wrote:
On Sun, Jan 05, 2020 at 01:21:46PM +, Nick Hudson wrote:
Yes, I understand that. What I don't understand is how my
sys/arch/arm/conf/Makefile.arm change affects the zaurus INSTALL kernel
size because INSTALL specifically disables DDB and my patch i
On Sun, Jan 05, 2020 at 01:21:46PM +, Nick Hudson wrote:
> Yes, I understand that. What I don't understand is how my
> sys/arch/arm/conf/Makefile.arm change affects the zaurus INSTALL kernel
> size because INSTALL specifically disables DDB and my patch is
> conditional on DDB
It did only break
On 04/01/2020 16:32, Izumi Tsutsui wrote:
The problem is caused by sys/arch/arm/conf/Makefile.arm.
It defines "COPTS+= -mapcs-frame" in recent rev 1.52
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.arm#rev1.52
but MI sys/conf/Makefile.kern.inc defines COPTS+=-O2
only i
> > The problem is caused by sys/arch/arm/conf/Makefile.arm.
> > It defines "COPTS+= -mapcs-frame" in recent rev 1.52
> >
> > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.arm#rev1.52
> > but MI sys/conf/Makefile.kern.inc defines COPTS+=-O2
> > only if COPTS is empty.
>
> I
On 03/01/2020 18:42, Izumi Tsutsui wrote:
I wrote:
The missing COPTS was an accident or fallout from some other changes?
Isn't it specified in -current?
The problem is caused by sys/arch/arm/conf/Makefile.arm.
It defines "COPTS+= -mapcs-frame" in recent rev 1.52
http://cvsweb.netbsd.org/
On Sat, Jan 04, 2020 at 03:42:20AM +0900, Izumi Tsutsui wrote:
> The problem is caused by sys/arch/arm/conf/Makefile.arm.
> It defines "COPTS+= -mapcs-frame" in recent rev 1.52
>
> http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.arm#rev1.52
> but MI sys/conf/Makefile.kern.inc d
I wrote:
> > The missing COPTS was an accident or fallout from some other changes?
>
> Isn't it specified in -current?
The problem is caused by sys/arch/arm/conf/Makefile.arm.
It defines "COPTS+= -mapcs-frame" in recent rev 1.52
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/conf/Makefile.
> > - zbsdmod.o has 5MB buffers to store a copied kernel binary
> > - zbsdmod.o reads a kernel from the 5MB buffer and loads sections
> > into the target addresses
> >
> > https://nxr.netbsd.org/xref/src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c?r=1.12#94
>
> Ah ok - thanks for explanation. So t
On Fri, Jan 03, 2020 at 07:36:34PM +0900, Izumi Tsutsui wrote:
> - zbsdmod.o has 5MB buffers to store a copied kernel binary
> - zbsdmod.o reads a kernel from the 5MB buffer and loads sections
> into the target addresses
>
> https://nxr.netbsd.org/xref/src/sys/arch/zaurus/stand/zbsdmod/zbsdmod.
martin@ wrote:
> Module Name: src
> Committed By: martin
> Date: Fri Jan 3 10:01:07 UTC 2020
>
> Modified Files:
> src/sys/arch/zaurus/conf: Makefile.zaurus.inc ldscript.zaurus
>
> Log Message:
> Drop CTF sections from this size restricted kernel (especially as the
> size check i
I backed it out, will try to fix differently.
Martin
martin@ wrote:
> Module Name: src
> Committed By: martin
> Date: Fri Jul 17 19:32:24 UTC 2015
>
> Modified Files:
> src/sys/arch/zaurus/conf: INSTALL
>
> Log Message:
> Provide a bit more space for the ram disk image
Did you check the following comment in INSTALL?
>> # for reduc
14 matches
Mail list logo