From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LtI9p-0000HY-8u for mharc-grub-devel@gnu.org; Mon, 13 Apr 2009 05:08:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtI9n-0000Gk-2G for grub-devel@gnu.org; Mon, 13 Apr 2009 05:08:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtI9i-0000Ew-9g for grub-devel@gnu.org; Mon, 13 Apr 2009 05:08:46 -0400 Received: from [199.232.76.173] (port=36759 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtI9h-0000El-Tj for grub-devel@gnu.org; Mon, 13 Apr 2009 05:08:42 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:11956) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LtI9h-0003cP-9Z for grub-devel@gnu.org; Mon, 13 Apr 2009 05:08:41 -0400 Received: by fg-out-1718.google.com with SMTP id 19so582627fgg.7 for ; Mon, 13 Apr 2009 02:08:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=pHgd17OPDCe4iXqDTBSccIa/BK+axUczZ/WrcdfXuyA=; b=E3KJY6I7AvpTdO1M1s0RPi+RFgm57sCseJMj7aeiZy3w67U6fkXGQx+VqWCth5v57+ a8LJF9hyIc0EzK08XZCvgF2Q+kMoIZcXZgP/1LMHmsdSWjmUkJW1m1ZjXQH9YcxcAM6m IQUUn7RIKcIu8KWFdmzPkIntOUO957WWbEf9U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=McXueMM4u+IyHP7BkxDw2JMBpFAxgc3xGyxL5wDY+x61bMMs7B4xfqpWYZU37lAa6T g318YaqEt66PyxI5ZfT30O6J5MWPdVpdtL7bTAbYA/tQkRgFSNKVg+O+1u2iRir//D8L j0VfjJaKloPuhwZstGAxBjeOI6TLYE0Y8/aMY= Received: by 10.86.36.11 with SMTP id j11mr1672938fgj.28.1239613720014; Mon, 13 Apr 2009 02:08:40 -0700 (PDT) Received: from ?192.168.1.25? (116-145.62-81.cust.bluewin.ch [81.62.145.116]) by mx.google.com with ESMTPS id d4sm6339199fga.23.2009.04.13.02.08.39 (version=SSLv3 cipher=RC4-MD5); Mon, 13 Apr 2009 02:08:39 -0700 (PDT) Message-ID: <49E3011C.3080608@gmail.com> Date: Mon, 13 Apr 2009 11:08:44 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: <1239486733.3685.3.camel@fz.local> <7abf96460904111645l6580df86g6de72eb71f291258@mail.gmail.com> <1239520116.3724.0.camel@fz.local> <7abf96460904120012j6b28e053h506cca451fe7f50@mail.gmail.com> <49E1C4CD.7050406@gmail.com> <7abf96460904121952qbe12a6ave502fb067454d9d1@mail.gmail.com> In-Reply-To: <7abf96460904121952qbe12a6ave502fb067454d9d1@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 09:08:47 -0000 Hello, I'm sorry if my responses have been a bit rude too. Chip Panarchy wrote: > You're right. > > Once I have all my operating systems installed, working correctly, > have successfully created my 2 Linux distributions, have some time off > (starting work tomorrow!), then I will learn some C++, and help with > the development of software like GRUB2. > grub2 doesn't use any C++, only pure C > Please continue helping me out PHcoder. You once spoke about xnu code for grub2. I'm happy to announce that this code is near its completion. I have some strange bugs in it and some incompletenesses but code itself already works > > Thanks in advance, > > Panarchy > > On Sun, Apr 12, 2009 at 8:39 PM, phcoder wrote: >> Please, don't bother developers with same request in multiple threads. Not >> only it doesn't help to promote your suggestion but is also annoying. I feel >> it is actually unnice how you push your suggestions hardly without offering >> any help in developement >> Chip Panarchy wrote: >>> Hi >>> >>> Ah, interesting. >>> >>> I've been trying to get a feature added to GRUB2 to do with >>> FreeBSD-amd64. That is to give GRUB2 the feature which allows for >>> direct 'calling' of the 64-bit FreeBSD kernel. GRUB2 currently >>> supports only the 32-bit version. >>> >>> If you have the skill, and the time, can you please give a go >>> implementing the above feature(s)? >>> >>> Thanks in advance, >>> >>> Panarchy >>> >>> On Sun, Apr 12, 2009 at 5:08 PM, Felix Zielcke wrote: >>>> Am Sonntag, den 12.04.2009, 09:45 +1000 schrieb Chip Panarchy: >>>>> Which BSD? >>>>> >>>> Debian GNU/kFreeBSD-amd64 >>>> -- >>>> Felix Zielcke >>>> >>>> >>>> >>>> _______________________________________________ >>>> Grub-devel mailing list >>>> Grub-devel@gnu.org >>>> http://lists.gnu.org/mailman/listinfo/grub-devel >>>> >>> >>> _______________________________________________ >>> Grub-devel mailing list >>> Grub-devel@gnu.org >>> http://lists.gnu.org/mailman/listinfo/grub-devel >> >> -- >> >> Regards >> Vladimir 'phcoder' Serbinenko >> >> >> _______________________________________________ >> Grub-devel mailing list >> Grub-devel@gnu.org >> http://lists.gnu.org/mailman/listinfo/grub-devel >> > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'phcoder' Serbinenko