From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 4 23:30:11 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 338745AF; Wed, 4 Feb 2015 23:30:11 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (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 B9A00922; Wed, 4 Feb 2015 23:30:10 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id b13so4546011wgh.9; Wed, 04 Feb 2015 15:30:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KA8+HmaFV44GzBZ6pHZP7gy3tNe26uRYx3JJv4uHDbI=; b=S9e76meNbdnLjuxuoyrF3HSKm0Q26MQe8yC8qXcM64mW3dsEcvweC9Y+ZHJZctbT1o pMfeG/OmTmSFLp7dxocOrLT95P9k+WRyH7JNtoYqdS7ppLWT7nOtNMqwpE44OPVLs9It 8MqEjqvZEpyBQufsOUkJ9m28LAInlTw5Q8yZJyKIJl7UVAoHeCv9W3DC647g0pYGqu5Y 3Lt3aSZfnKgPR6la4y8webCPNtbbuqCNfQmbzRl4J6hTHLn5TLicRL9i8UfTCMAJQ20R Jk+Z/Ndv7XIGC3ffODrNXc1wKjQYltVD9SmGDQR0tBT1ec4Jbm8X9zDErqXOIhhUposA /zPA== MIME-Version: 1.0 X-Received: by 10.194.173.161 with SMTP id bl1mr1661072wjc.102.1423092609196; Wed, 04 Feb 2015 15:30:09 -0800 (PST) Received: by 10.194.6.225 with HTTP; Wed, 4 Feb 2015 15:30:09 -0800 (PST) In-Reply-To: <20150204211204.GO41565@e-new.0x20.net> References: <20150204211204.GO41565@e-new.0x20.net> Date: Wed, 4 Feb 2015 21:30:09 -0200 Message-ID: Subject: Re: resurrecting oliver fromme's graphical bootloader From: Pedro Arthur To: Lars Engels X-Mailman-Approved-At: Thu, 05 Feb 2015 02:59:46 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-hackers@freebsd.org" , Adrian Chadd X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 23:30:11 -0000 Sure, I can fork his repo on github and later send a pull request. Do you think it's a good approach? 2015-02-04 19:12 GMT-02:00 Lars Engels : > On Tue, Feb 03, 2015 at 10:56:41PM -0200, Pedro Arthur wrote: > > Hi, I had a look at your work and I saw you had to write some Forth glue > > code. > > I don't know if it will help you but I worked in the Lua loader Google > > Summer of > > code project and I have a working Lua script interpreter into the loader > > with > > almost identical features found in the Forth scripts. I think writing > > whatever > > code you want in Lua will be much easier. > > > > Some time ago we had a discussion about integrating the Lua loader work > in > > HEAD > > but yet it needs some more work. If you are interested in using Lua you > can > > find the > > svn repo and instructions in [1]. > > > > Pedro, > > could you add your GSoC project's code to Adrian's sources? > > > Lars >