From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 19 20:24:02 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8704216A400; Mon, 19 Mar 2007 20:24:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 2DE3F13C483; Mon, 19 Mar 2007 20:24:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l2JKO1Zv031943; Mon, 19 Mar 2007 16:24:01 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Mon, 19 Mar 2007 16:23:53 -0400 User-Agent: KMail/1.6.2 References: <20070316120038.2iizia24mc4wcw8s@webmail.leidinger.net> <200703191819.31766.tijl@ulyssis.org> <200703191618.14204.jkim@FreeBSD.org> In-Reply-To: <200703191618.14204.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200703191623.54483.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2875/Mon Mar 19 15:51:01 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: rdivacky@FreeBSD.org, kib@FreeBSD.org, Alexander Leidinger Subject: Re: 2.6.16 for linuxulator & 7.0 release X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2007 20:24:02 -0000 On Monday 19 March 2007 04:18 pm, Jung-uk Kim wrote: > Correct. If you load %gs, %fs, or any other segment registers from > user land (e.g., movw %eax, %gs) and use it (e.g., movw %gs:0, > %eax), you are doomed. I meant 'movl', of course. X-) Sorry for the typos, Jung-uk Kim