From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: boot the Hurd with Guix Date: Mon, 27 Nov 2017 21:25:36 +0200 Message-ID: References: <20171127190559.DB3114E0034@mta-1.openmailbox.og> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJP2F-0003Pi-Mx for guix-devel@gnu.org; Mon, 27 Nov 2017 14:25:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJP2C-0001F1-Il for guix-devel@gnu.org; Mon, 27 Nov 2017 14:25:43 -0500 In-Reply-To: <20171127190559.DB3114E0034@mta-1.openmailbox.og> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: rennes@openmailbox.org Cc: guix-devel@gnu.org, bug-hurd@gnu.org Hello Rene :D On 11/27/17 21:05, rennes@openmailbox.org wrote: > Hello, > > This is the demo generated with Guix: > > https://github.com/methalo/boot-hurd > > The binary files were generated in Debian/Hurd and placed in an 'img' file. > > The command used to generate the binaries is: > > './pre-inst-env guix system init ~/light.scm /guix' > > To test Hurd, execute: > > 'sudo qemu-system-i386 -enable-kvm -m 1G -hda guixsdhurd.img -curses' > > I hope to upload the patches soon to github, for now I need to understand Guix/Guile to create the patches properly. > > Comments and help is welcome. > The repo has only a Readme file. I think you forgot to add the rest of the files :P Keep up the awesome work!! Manolis