From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N22CI-00010v-95 for mharc-grub-devel@gnu.org; Sun, 25 Oct 2009 08:27:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N22CF-0000zz-O2 for grub-devel@gnu.org; Sun, 25 Oct 2009 08:27:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N22C8-0000vv-Sc for grub-devel@gnu.org; Sun, 25 Oct 2009 08:27:40 -0400 Received: from [199.232.76.173] (port=44530 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N22C8-0000vn-Mz for grub-devel@gnu.org; Sun, 25 Oct 2009 08:27:36 -0400 Received: from mail-bw0-f215.google.com ([209.85.218.215]:40408) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N22C8-0003E7-BL for grub-devel@gnu.org; Sun, 25 Oct 2009 08:27:36 -0400 Received: by bwz7 with SMTP id 7so1621283bwz.26 for ; Sun, 25 Oct 2009 05:27:32 -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=bV2WUz5TjikR9IDBX1D0cEaGi/vJYVqRULAyRCBeVoE=; b=K5koy+W7mnp6XyNP2HjrdMgJqy89yxHtw/gka+vvcwHABiYSmfJNmWzAhtiljIFlVC Yv6sK6/YyBDObsd6/3wGRXJ4hGPwFRREK6uQHXPLg+O/i9SHWIL7wFfnPsz0jkfi43rl bGyF21+oR/W6AXUTjz9Jj/Lx4FsdTDU0ytRxw= 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=lJEotirla1/sNCxY2NH/h1gHxmUoS8UPBOVFLLsG556+wWABoJpFfU60smw5ficZO/ wBpgOEJbvByPjkJpCbxMZO5CpmsuMAed4AoT+e0SLRQBA6Txv9I4JVD75TS/WACd9t1R BdtsgOjhkyQ1Abu5O++bkFdjOKgUTsfl+vbDA= Received: by 10.204.24.69 with SMTP id u5mr1865057bkb.1.1256473651106; Sun, 25 Oct 2009 05:27:31 -0700 (PDT) Received: from debian.bg45.phnet ([81.62.29.245]) by mx.google.com with ESMTPS id 15sm647356bwz.4.2009.10.25.05.27.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 25 Oct 2009 05:27:29 -0700 (PDT) Message-ID: <4AE44430.4050304@gmail.com> Date: Sun, 25 Oct 2009 13:27:28 +0100 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: gnewsense-dev@nongnu.org, The development of GRUB 2 References: <4AE36B5A.60303@gmail.com> In-Reply-To: <4AE36B5A.60303@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: Subject: Re: [Announce] Initial GRUB2 on Yeeloong 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: Sun, 25 Oct 2009 12:27:44 -0000 Vladimir 'phcoder' Serbinenko wrote: > Hello, I'm here to announce that grub2 port for yeeloong has already had > its first output. You can see it here: > http://robertmh.files.wordpress.com/2009/10/grub-yeeloong.jpeg (Thanks > to Robert Millan for hosting the image) > On the image you can see standard shell waiting for input. > What already works: booting as ELF from pmon, loading modules, graphics > output if gfx card is already inited (is a case when booted from pmon), > platform-independent parts > What doesn't work: keyboard and disks > Now keyboard works > Not checked: linux booting (works on qemu) > It also has stubs (e.g. "rtc" is just counting number of calls) and > hardcodes (e.g. RAM size) but is already something. > Compiling: > get mips branch of http://repo.or.cz/w/grub2/phcoder.git > git branch removed due to general move to bazaar. Now it's available under http://bzr.savannah.gnu.org/r/grub/people/phcoder/mips/ > ./autogen.sh > ./configure --target=mipsel --with-platform=yeeloong > make > Create a font.bin as explained here: http://grub.enbug.org/gfxterm > ./grub-mkimage -O elf -o grub.elf -d . -f font.bin sm712 gfxterm sh normal > Now it's: ./grub-mkimage -O elf -o grub.elf -d . -f font.bin sm712 gfxterm sh normal at_keyboard > Boot it as if it was linux kernel > Enjoy starring at unresponsive prompt > > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git