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 phco...@gmail.com + + Video multiboot

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

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 argument

[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

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

2010-01-15 Thread Jordan Uggla
On Thu, Jan 14, 2010 at 1:12 PM, edgar.sol...@web.de 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

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 jordan.ug...@gmail.com wrote: On Thu, Jan 14, 2010 at 1:12 PM,  edgar.sol...@web.de 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