From owner-freebsd-arch@FreeBSD.ORG Mon Nov 12 18:44:07 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D3132CB; Mon, 12 Nov 2012 18:44:07 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id C05FC8FC13; Mon, 12 Nov 2012 18:44:06 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id D608211B48; Tue, 13 Nov 2012 04:43:58 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (c-67-190-8-21.hsd1.co.comcast.net [67.190.8.21]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BHP14009 (AUTH peterg@ptree32.com.au); Tue, 13 Nov 2012 04:43:55 +1000 Message-ID: <50A1435F.2010002@freebsd.org> Date: Mon, 12 Nov 2012 11:43:43 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Devin Teske Subject: Re: Working on Bootforth / ficl References: <1DE1DC5C-9D7F-4FC7-A27C-736B0B172DBF@fisglobal.com> In-Reply-To: <1DE1DC5C-9D7F-4FC7-A27C-736B0B172DBF@fisglobal.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,SPF_SOFTFAIL X-Junkmail-Status: score=24/51, host=dommail.onthenet.com.au Cc: mike , Devin Teske , Adrian Chadd , freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 18:44:07 -0000 Hi Devin, >> - A user-land ficl executable which acted exactly like the >> bootloader for better forth development >> > > Does it support "include" ? That's been one of the biggest things > preventing me from simulating boot in userland. If it does, this > would be a very great addition. Have you had a look at sys/boot/userboot/test ? That should be able to (mostly?) help with userspace testing. later, Peter.