On Thu, May 31, 2001 at 04:24:35PM -0400, Roland McGrath wrote:
> Please try this patch, which I have just checked in.
You forgot to move "#include " to the top of the file.
Jeroen Dekkers
___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.or
Thanks for finding that. It looks like the last time I was hacking on
oskit-mach SMP, I left it so that the only thing that would boot was a
kernel compiled for SMP and booted on a uniprocessor! Heh.
Please try this patch, which I have just checked in.
Index: mp_desc.c
===
On Tue, May 29, 2001 at 05:02:29PM -0400, Roland McGrath wrote:
> This probably the first time interrupts have been enabled since early in
> the boot process. There will immediately be a clock interrupt, since one
> surely fired a little bit earlier and was blocked until the "sti" insn.
> There m
On Thu, May 31, 2001 at 06:45:09AM -0700, ramesh h e wrote:
>
> I also complied and have set the null.c translator
> with the option:
>
> # gcc -g -o null -ltrivfs -lfshelp -lports null.c
This seems to lack -lthreads before -lports and -lihash after that.
See trans/Makefile.
> If I dump some m
Hi,
I am running "GNU-Hurd" OS in my system, but i am
facing some problem in setting the translator.
I have downloaded the translator source form the CVS
mirror site ":pserver:[EMAIL PROTECTED]
:/usr/local/cvsroot".
I also complied and have set the null.c translator
with the option:
# gcc -g -