* Jeroen Dekkers <[EMAIL PROTECTED]> [020502 09:54]:
> Those are the include files of the OSKit. The cli() is an extern
> inline function defined in oskit/x86/proc_reg.h, the only reason for
> this failrue I can think of is that you compile without optimization
> and it doesn't get inlined. A quick fix is to just replace the cli()
> function with asm("cli").

Thank you, that worked.  It's also in the install doc.  I should have
seen it, sorry about that.  Unfortunately the file you mention
oskit/x86/proc_reg.h is physically missing from my source as I
mentioned.  Is there a reason this is such a FAQ and not fixed?

Now that I compiled and installed it, all I get on loading the
oskit-mach kernel on bootup is a few lines of text and an immediate
reboot.  Something it's working right.  The text goes by too fast to
even read it.

Can I recompile so that it won't reboot so quickly?

-- 
-- Grant Bowman                                <[EMAIL PROTECTED]>


_______________________________________________
Help-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-hurd

Reply via email to