From owner-freebsd-hackers@FreeBSD.ORG Thu May 7 22:04:52 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B0EE609 for ; Thu, 7 May 2015 22:04:52 +0000 (UTC) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 353351475 for ; Thu, 7 May 2015 22:04:52 +0000 (UTC) Received: by igbhj9 with SMTP id hj9so6279508igb.1 for ; Thu, 07 May 2015 15:04:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=U2AoXGJ/GW1XX1ttNwjdG7XyuE2f3OKOLJHmPLajW+s=; b=LgO9O2V3WvW1/oJ2/60Ab7hJcWEy10AgfDCFmZKGzSrou5tb0qPP12TTWmjwE0gziu dMYO5EO77MHGXhSLzw/1mOih7o581O1LTL0Touxp64Wc6UTfbwah9bWPJUeQJ0Ka2+Nc eA8GYNjS0k94OFMYSK1Gb//8qXqy2HVoWHqimid3AgqpLSNdcfCqYUUYhYkxzhucIaqe DxGU2II3xZR13TdEp30TLyoys4fFKeF8sC3AScKwXAO0n1f9+PAyGl3TL8y+j/n0dPUz fN+zjRA27a7wm1T/6d6f5DcYx8tqWMgRpVTRPHSfguGx85BGD3uUaDD2gHC+mDgdxVOx hjng== X-Received: by 10.107.10.201 with SMTP id 70mr1114383iok.0.1431036291523; Thu, 07 May 2015 15:04:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.131.194 with HTTP; Thu, 7 May 2015 15:04:31 -0700 (PDT) In-Reply-To: <41F29A27-8C9E-4B0F-AC51-E2AD6CF28118@gmail.com> References: <506CAEF3-E94F-4C2E-8824-D1FBD782A6EA@seiya.me> <41F29A27-8C9E-4B0F-AC51-E2AD6CF28118@gmail.com> From: Alex Merritt Date: Thu, 7 May 2015 18:04:31 -0400 Message-ID: Subject: Re: User-mode FreeBSD? To: Garrett Cooper Cc: Seiya Nuta , "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 22:04:52 -0000 On Thu, May 7, 2015 at 6:49 AM, Garrett Cooper wrote: > > > On May 6, 2015, at 23:10, Seiya Nuta wrote: > > > > Hello. > > > > I want to run FreeBSD kernel in userland to use it as a library OS. > > > > Does FreeBSD kernel supports running in the userland like User Mode > Linux? > > Not yet, but it's desired for a variety of reasons (see netbsd's RUMP > infrastructure). > Cheers! DragonFly (FreeBSD derivative) supports a "virtual kernel" mode, like what you are asking: http://www.dragonflybsd.org/features/ I have not had the chance yet to use this myself.