Re: 4Gb memory limit and ELF64

2005-07-18 Thread Ruslan Nikolaev
Hi! When I say about 4Gb limit it means 4Gb limit when GRUB passing memory information for OS using multiboot specs. I have seen that GRUB doesn't want to detect more than 4Gb of RAM. In that case OS gets only 4Gb using multiboot specs. Of course GRUB doesn't need more than 4Gb and it's OK, but OS

Re: release planning

2005-07-18 Thread Yoshinori K. Okuji
On Monday 18 July 2005 17:30, James Buchanan wrote: > I might be lucky enough to have an IA-64 system (HP workstation, > Itanium2 900MHz, 2GB RAM, 2x 36GB SCSI-3 disks, picked up second hand on > eBay...) later this week. It's interesting enough for me to have spent > the last 5 hours transfixed b

Re: common ieee1275 code

2005-07-18 Thread Hollis Blanchard
On Jul 18, 2005, at 1:19 PM, Marco Gerards wrote: Hollis Blanchard <[EMAIL PROTECTED]> writes: I did update the patch slightly (attached). If this is acceptable, please check in the patch for me, as I will be travelling for a couple weeks and it will be difficult to work on GRUB during this ti

Re: more info on bugs

2005-07-18 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > This is mainly to Marco. I'm looking at the "Known Bugs" on the wiki, and I > would like to know more info on some bugs: > > * JFS support does not work on big filesystems. > > Is this about the partition size or the block size? To reproduce th

more info on bugs

2005-07-18 Thread Yoshinori K. Okuji
This is mainly to Marco. I'm looking at the "Known Bugs" on the wiki, and I would like to know more info on some bugs: * JFS support does not work on big filesystems. Is this about the partition size or the block size? To reproduce this, how big size do I have to use? * Large files do not

Re: common ieee1275 code

2005-07-18 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: > I did update the patch slightly (attached). If this is acceptable, > please check in the patch for me, as I will be travelling for a couple > weeks and it will be difficult to work on GRUB during this time. If it > is not acceptable, please fix it for

Configure script does not find LZO

2005-07-18 Thread Gregg C Levine
Hello from Gregg C Levine Well now I've started my attempts. I found that I needed to build the LZO library. Found it, and built and installed version 2.01 of the library. Now something else happens with the configure script. It just plain ignores the presence of the library which is in the default

RE: release planning

2005-07-18 Thread Gregg C Levine
Hello from Gregg C Levine Well after SSH here asked me to confirm the authenticity of the SSH server roosting at Savannah, that is the CVS server the project is on, it did indeed work. I checked out the code for both GRUB2, and GRUB-Legacy, figuring correctly if I'm going to be doing some non-stand

Re: release planning

2005-07-18 Thread Marco Gerards
James Buchanan <[EMAIL PROTECTED]> writes: Hi James, > Would be nice to have GRUB2 for the IA-64 as well. Intel documents > the Extensible Firmware Interface and makes a lot of docs and tools > available, plus driver writer guides and oodles of examples. Right, I completely agree. It is wise t

Re: release planning

2005-07-18 Thread James Buchanan
Would be nice to have GRUB2 for the IA-64 as well. Intel documents the Extensible Firmware Interface and makes a lot of docs and tools available, plus driver writer guides and oodles of examples. I might be lucky enough to have an IA-64 system (HP workstation, Itanium2 900MHz, 2GB RAM, 2x 36G

Re: [PATCH] new ELF64 patch

2005-07-18 Thread Hollis Blanchard
On Jul 16, 2005, at 6:54 PM, Ruslan Nikolaev wrote: Ok patch for x86_64 ELF64 support was rewritten. diff -urN old/multiboot.c new/multiboot.c --- old/multiboot.c 2005-07-17 02:50:11.978394408 +0400 +++ new/multiboot.c 2005-07-17 02:49:41.069093336 +0400 @@ -89,7 +89,14 @@ struct gru

Re: release planning

2005-07-18 Thread Hollis Blanchard
On Jul 17, 2005, at 11:39 AM, Yoshinori K. Okuji wrote: If there is no objection, I'd like to release the first version of GRUB 2 for developers at the beginning of August, whatever status it is in. At the moment, I'm devoting myself into bugfixes and incorporation of workarounds from GRUB L

Re: GRUB history

2005-07-18 Thread Hollis Blanchard
On Jul 17, 2005, at 4:23 PM, Marco Gerards wrote: I am looking forwards to the release. It would be nice if we could get a kerneltrap article, it could attract more developers. :) I would be interested in this myself. I do not know the history of GRUB development: How many people were active

Re: release planning

2005-07-18 Thread Yoshinori K. Okuji
Hi Gregg, On Sunday 17 July 2005 23:39, Gregg C Levine wrote: > Well for one thing, for the CVS commands, I am used to seeing the > login sequence first. That page presupposes that I have my SSH key > registered with the servers for the sake of thinking that I might be a > member of the developers

Re: [PATCH] new ELF64 patch

2005-07-18 Thread Yoshinori K. Okuji
On Monday 18 July 2005 00:32, Ruslan Nikolaev wrote: > I sent new patch for mutiboot: > http://lists.gnu.org/archive/html/grub-devel/2005-07/msg00130.html > > Is it correct now? Please give me more time. I will look at your patch, but I have things to do myself. BTW, you should write ChangeLog.

Re: [PATCH] new ELF64 patch

2005-07-18 Thread Yoshinori K. Okuji
On Monday 18 July 2005 05:34, Joel Buckley wrote: > I can see this would be a problem for the final running kernel. > However, is 4GB sufficient for kernel loading & kernel memory discovery? You are absolutely right. The idea behind is that GRUB itself does not require much memory, while passing

Re: release planning

2005-07-18 Thread Tobias Wollgam
> If there is no objection, I'd like to release the first version of > GRUB 2 for > developers at the beginning of August, whatever status it is in. At > the moment, I'm devoting myself into bugfixes and incorporation of > workarounds > from GRUB Legacy. I'm also going to implement a simple instal