In article <[EMAIL PROTECTED]> you wrote:
> jasone 2000/09/06 18:33:03 PDT
>
> Modified files:
.....
> 1.7 +39 -5 src/sys/i386/include/globals.h
One of the changes is at line 107 :
#define currentldt GLOBAL_LVALUE(currentldt, int)
was changed to
#define currentldt GLOBAL_RVALUE(currentldt, int)
whereas in 'sys/i386/i386/machdep.c' at line 1914 we have
currentldt = _default_ldt;
and it leads to error while making kernel.
All this lines are guarded by USER_LDT option, so
you can make your kernel but my is not buildable ;-(
After reverting this L->RVALUE change I at least can
build kernel. Let's see how (if ever) it will work.
N.Dudorov
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message