Re: Conflict between glibc and Mach headers

2001-07-02 Thread Roland McGrath
> Glibc has a header which goes into /usr/include/mach_init.h > and Mach has a header which goes into /usr/include/mach/vm_param.h. > > Both of them define the macros `round_page' and `trunc_page'. The > former in terms of the variable `__vm_page_size' and the latter > in terms of the constant ma

Re: [PATCH] init crashing in a subhurd

2001-07-02 Thread Roland McGrath
Thanks, I put in the fix. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: Serial console and gnumach/oskit-mach

2001-07-02 Thread Roland McGrath
> I've been trying setup hurd on my second PC (which is not easy > because it doen't have a separate monitor, keyboard or a > network card that works with gnumach). I've worked out all > the problems with the serial connection. But when I tried to > look for documentation on how to set up gnumach

Re: description of ports

2001-07-02 Thread Roland McGrath
> I now found out that there is an excellent explanation of the user > reference, port name and port rights system in the documentation of the > mach_msg() system trap in mach_interfaces.ps. It has all the glory details > in a very concised and clear language. I presume you meant "gory" and not

Conflict between glibc and Mach headers

2001-07-02 Thread Igor Khavkine
Glibc has a header which goes into /usr/include/mach_init.h and Mach has a header which goes into /usr/include/mach/vm_param.h. Both of them define the macros `round_page' and `trunc_page'. The former in terms of the variable `__vm_page_size' and the latter in terms of the constant macro `PAGE_SI

[PATCH] init crashing in a subhurd

2001-07-02 Thread Moritz Schulte
Hi there, the following patch fixes a bug, which made init crashing on reboot/halt in a subhurd. --- init.c.orig Mon Jul 2 18:22:03 2001 +++ init.c Mon Jul 2 18:32:47 2001 @@ -267,7 +267,8 @@ u_int pisize = 0; char *noise; unsigned noise_len; -

Re: Thread creation and stack allocation

2001-07-02 Thread Mark Kettenis
From: Igor Khavkine <[EMAIL PROTECTED]> Date: Mon, 2 Jul 2001 01:37:59 -0400 On Sun, Jul 01, 2001 at 08:27:17PM -0400, Igor Khavkine wrote: > > In this case, should the creation of the "red zone" be the programmer's > responsibility, or is there a way to create it with the libra