From owner-freebsd-questions@freebsd.org Wed Oct 24 15:38:11 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90BC4FF13F4 for ; Wed, 24 Oct 2018 15:38:11 +0000 (UTC) (envelope-from freebsd@coombscloud.com) Received: from mail.coombscloud.com (mail.coombscloud.com [67.42.252.46]) by mx1.freebsd.org (Postfix) with ESMTP id 17C606A070 for ; Wed, 24 Oct 2018 15:38:10 +0000 (UTC) (envelope-from freebsd@coombscloud.com) Received: from [192.168.10.142] (209-180-88-130.dia.static.qwest.net [209.180.88.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail.coombscloud.com (Postfix) with ESMTPSA id 0ADE4142FB; Wed, 24 Oct 2018 09:38:02 -0600 (MDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.coombscloud.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.coombscloud.com; s=mail; t=1540395484; bh=jYjHbTLRaSb/MxvyvvGCzCgqXAequfctGYKY3t6NSYo=; h=From:Subject:Date:In-Reply-To:Cc:To:References; b=E1+zPkoAknLzlRqhKEvsfN9mDaD790RLk9bQ6e16SgEPf9LDGDt1+MvHbcReeaz7d d/wyLgnDpxLXHr94Ali9RzxPBHRHiZ1Q+Y1dRZngWggmFBrCpMPpD3nbe3L0MlpOFf g9uXCYT6wVYUYh0aCxMxw0ltbJN/1L0BvyFpHBvI= From: Kirk Coombs Message-Id: Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: Re: freebsd layered with chez-scheme Date: Wed, 24 Oct 2018 09:37:54 -0600 In-Reply-To: <20181024161705.669e999e.freebsd@edvax.de> Cc: mayuresh@kathe.in, freebsd-questions@freebsd.org To: Polytropon References: <142be589bc88406eeeade749b72d765f@kathe.in> <20181024161705.669e999e.freebsd@edvax.de> X-Mailer: Apple Mail (2.3445.100.39) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2018 15:38:11 -0000 > On Oct 24, 2018, at 8:17 AM, Polytropon wrote: > If I remember correctly, there was (or still is?) a Linux version > that isn't Linux - it uses a FreeBSD kernel and a GNU userland. > This is of course much easier as Linux uses comparable calling > mechanisms. You're probably thinking of Debian GNU/kFreeBSD. https://wiki.debian.org/Debian_GNU/kFreeBSD = =