Re: [PATCH] NetBSD/i386 port

2005-12-01 Thread Peter Jones
On Thu, 2005-12-01 at 10:00 -0600, Hollis Blanchard wrote: > On Dec 1, 2005, at 7:48 AM, Marco Gerards wrote: > >> Files affected: kern/mm.c, normal/misc.c > >> > >> This is probably more a gcc issue (my is gcc version 3.3.3 (NetBSD nb3 > >> 20040520)). As of 2.0, NetBSD/i386 uses non-executable ma

Re: [PATCH] NetBSD/i386 port

2005-12-01 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: > On Dec 1, 2005, at 7:48 AM, Marco Gerards wrote: >>> Files affected: kern/mm.c, normal/misc.c >>> >>> This is probably more a gcc issue (my is gcc version 3.3.3 (NetBSD nb3 >>> 20040520)). As of 2.0, NetBSD/i386 uses non-executable mapping of >>> stac

Re: [PATCH] NetBSD/i386 port

2005-12-01 Thread Hollis Blanchard
On Dec 1, 2005, at 7:48 AM, Marco Gerards wrote: Files affected: kern/mm.c, normal/misc.c This is probably more a gcc issue (my is gcc version 3.3.3 (NetBSD nb3 20040520)). As of 2.0, NetBSD/i386 uses non-executable mapping of stack and thus when nested functions are used it generates call to

Re: [PATCH] NetBSD/i386 port

2005-12-01 Thread Marco Gerards
"Lubomir Kundrak" <[EMAIL PROTECTED]> writes: Hi Lubomir, > I've made some effort to port GNU GRUB to NetBSD/i386, possibly making it > more system independent and portable. Nice! thanks a lot for doing this. > Most of my work is a couple of small bugfixes, but there are some bigger > issues

[PATCH] NetBSD/i386 port

2005-11-30 Thread Lubomir Kundrak
Hi, I've made some effort to port GNU GRUB to NetBSD/i386, possibly making it more system independent and portable. Most of my work is a couple of small bugfixes, but there are some bigger issues that have to be dealt with and undoubtly need some more work and discussion. Anyways, with my patches