Minor documentation issue

2012-06-29 Thread Bruce Dubbs
The web site still has the 2.00~rc1 manual. I was asked a question about GRUB and CD-ROMS and checked the sites's html documentation. There are at least two places where the html is generated from the texi file incorrectly. texi: * Installing GRUB using grub-install:: * Making a GRUB bootab

Re: Minor documentation issue

2012-06-29 Thread Mike Gilbert
On Fri, Jun 29, 2012 at 11:32 AM, Bruce Dubbs wrote: > By the way, the html is not well formed.  There are many missing tags. HTML 4 and earlier do not require closing tags for . ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mai

Re: Minor documentation issue

2012-06-29 Thread Bruce Dubbs
Mike Gilbert wrote: On Fri, Jun 29, 2012 at 11:32 AM, Bruce Dubbs wrote: By the way, the html is not well formed. There are many missing tags. HTML 4 and earlier do not require closing tags for . Yes, you are right of course. They are allowed though. All my pages are xhtml strict, so I

Re: Minor documentation issue

2012-06-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.06.2012 20:37, Bruce Dubbs wrote: > Mike Gilbert wrote: >> On Fri, Jun 29, 2012 at 11:32 AM, Bruce Dubbs >> wrote: >>> By the way, the html is not well formed. There are many missing >>> tags. >> >> HTML 4 and earlier do not require closing tags for . > > Yes, you are right of course. T

RE: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-06-29 Thread Stuart_Hayes
> > > > Vladimir, > > > > > > > > The 2.00rc1 version of grub2 still doesn't fix the efi memory map > > > buffer size I've been working on (though I can see you are now > > > allocating the efi memory map buffer very shortly before you are > > > calling grub_efi_finish_boot_services()). > > > > > >

Re: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-06-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.06.2012 22:49, stuart_ha...@dell.com wrote: > Vladimir, > > The 2.00rc1 version of grub2 still doesn't fix the efi memory map buffer size I've been working on (though I can see you are now allocating the efi memory map buffer very shortly before you are calling gru

[PATCH] Improve FreeDOS direct loading support compatibility.

2012-06-29 Thread C. Masloch
Hello, A bit about me first; feel free to skip this paragraph. I know 86 assembly language well and have been involved in FreeDOS kernel development. On the freedos-user list I read that GRUB 2.00 added FreeDOS direct loading support. I have reviewed GRUB's implementation of the FreeDOS loa