Re: lua 'grub.run' does not return message text

2010-01-15 Thread Jordan Uggla
On Fri, Jan 15, 2010 at 3:52 PM, Jordan Uggla wrote: > On Thu, Jan 14, 2010 at 1:12 PM,   wrote: >> When I run >> >> err,msg = grub.run("ls") >> >> only the variable err is filled with the exit code. >> msg is still nil .. I saw documentation that grub.run is supposed to return >> the output in th

Re: lua 'grub.run' does not return message text

2010-01-15 Thread Jordan Uggla
On Thu, Jan 14, 2010 at 1:12 PM, wrote: > When I run > > err,msg = grub.run("ls") > > only the variable err is filled with the exit code. > msg is still nil .. I saw documentation that grub.run is supposed to return > the output in the second variable. > > I use lua from grub-extras repository >

[PATCH] Add 2 more E820 to ACPI specification

2010-01-15 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello. This defines 2 more types for mmap_type in a way to match E820 values. As grub legacy and grub2 both just pass E820 values through it shouldn't be any problem. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'doc/multiboot.texi' --- doc/multiboot.texi 2010-01-12 16:49:4

Re: [multiboot] command-line format

2010-01-15 Thread Robert Millan
On Thu, Jan 14, 2010 at 05:53:25PM +0100, Grégoire Sutre wrote: > > As mentioned in a previous thread, I had some problems getting multiboot > options recognized by the NetBSD kernel, and this was actually due to > the fact that GRUB Legacy implicitly passes the booted file as first > argumen

Re: [PATCH] Multiboot video support

2010-01-15 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'phi-coder/phcoder' Serbinenko wrote: > Added EGA text support > Non-VBE parts reviewed and comitted. Resending VBE parts. > > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === added file 'ChangeLog.mbivid' --- ChangeLog.mbivid 1970-01-01 00:00:00 + +++ ChangeLog.mbivid 20

Re: [PATCH] Multiboot video support

2010-01-15 Thread Vladimir 'phi-coder/phcoder' Serbinenko
Added EGA text support -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === added file 'ChangeLog.mbivid' --- ChangeLog.mbivid 1970-01-01 00:00:00 + +++ ChangeLog.mbivid 2010-01-14 14:44:14 + @@ -0,0 +1,24 @@ +2010-01-14 Vladimir Serbinenko + + Video multiboot support. + + * include/