> 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
Thanks, I put in the fix.
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd
> 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
> 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
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
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;
-
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