Date: Thu, 22 Feb 2001 21:34:12 +0000 (GMT) From: "Steven G. Kargl" <kargl@C456086-A.bllvu1.wa.home.com> To: freebsd-current@freebsd.org Subject: USER_LDT gone? Message-ID: <200102222134.f1MLYF545604@C456086-A.bllvu1.wa.home.com>
next in thread | raw e-mail | index | archive | help
With the great libc debacle of 2001, I have not tried to update my system for about 2 weeks. In that time I may have missed the commit message that said that USER_LDT, which was needed for at least wine, was removed. root[221] cd /usr/src/ root[222] setenv KERNCONF `hostname -s` root[223] make buildkernel -------------------------------------------------------------- >>> Kernel build for C456086-A started on Thu Feb 22 21:28:18 GMT 2001 -------------------------------------------------------------- ===> C456086-A mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/C456086-A C456086-A C456086-A: unknown option "USER_LDT" *** Error code 1 root[224 find /sys/ -type f | xargs grep USER_LDT /sys/i386/conf/C456086-A:options USER_LDT #allow user-level control of i386 ldt /sys/i386/i386/swtch.s.orig:#ifdef USER_LDT /sys/i386/linux/linux_machdep.c: printf("linux: modify_ldt needs kernel option USER_LDT\n"); /sys/i386/svr4/svr4_machdep.c:#if 0 /* USER_LDT */ /sys/i386/svr4/svr4_machdep.c:#if 0 /* USER_LDT */ /sys/i386/svr4/svr4_machdep.c:#warning "USER_LDT doesn't work - are you sure you want this?" /sys/modules/svr4/TO-DO: * VM86 and USER_LDT are currently disabled (low-priority) So, is USER_LDT no longer needed, and will wine work? -- steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102222134.f1MLYF545604>