From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 25 09:48:54 2007 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03DB216A419 for ; Sat, 25 Aug 2007 09:48:54 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id AD38A13C45E for ; Sat, 25 Aug 2007 09:48:48 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id CCAC18C0A59; Sat, 25 Aug 2007 11:48:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bIxWzhp1Apri; Sat, 25 Aug 2007 11:48:40 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B989B8C18DB; Sat, 25 Aug 2007 11:48:40 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l7P9meJN051149; Sat, 25 Aug 2007 11:48:40 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 25 Aug 2007 11:48:40 +0200 From: Roman Divacky To: Yuriy Tsibizov Message-ID: <20070825094840.GA51121@freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: hackers@freebsd.org, ivoras@fer.hr Subject: Re: modify syscall nr on-the-fly X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 09:48:54 -0000 On Thu, Aug 23, 2007 at 04:07:41PM +0400, Yuriy Tsibizov wrote: > > I'm trying to get user-mode Linux to run under FreeBSD Linux emulation (on > > i386). > > Ivan, > > current status & patches are on http://chibis.persons.gfk.ru/linux/. what fbsd version are you using? if 7.x is it with 2.4 emulation or 2.6 emulation? do you have /compat/linux/proc and sys mounted?