Vladimir,
Thanks for your attention. The modules are there if you want them, if
not, I'll use them locally, only.
Nicole
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
On Thu, Apr 13, 2017, 03:04 Xen wrote:
> Nicole schreef op 12-04-2017 18:51:
> > Thank you for your kind reply, Vladimir. I failed to find the probe
> > command - I promise - I spent quite a few hours digging through the
> > source. As for the $((...)) and $[...] - I'll look into it.
> >
> > It s
Nicole schreef op 12-04-2017 18:51:
Thank you for your kind reply, Vladimir. I failed to find the probe
command - I promise - I spent quite a few hours digging through the
source. As for the $((...)) and $[...] - I'll look into it.
It seems that my paltry contributions are not needed, after all.
2017 10:41:19 +
From: "Vladimir 'phcoder' Serbinenko"
To: The development of GNU GRUB
Subject: Re: Contribution
Message-ID:
Content-Type: text/plain; charset="utf-8"
On Wed, Apr 12, 2017, 20:37 Nicole wrote:
I have written two small, simple modules t
On Wed, Apr 12, 2017, 20:37 Nicole wrote:
> I have written two small, simple modules to address limitations I found
> in in Grub.
>
> 1. does simple arithmetic - nothing fancy. It's invoked by using
> something like this:
>
> insmod arithmetic
> arithmetic --set fred --min 2 -- max 10 "1" "+" "2"
I have written two small, simple modules to address limitations I found
in in Grub.
1. does simple arithmetic - nothing fancy. It's invoked by using
something like this:
insmod arithmetic
arithmetic --set fred --min 2 -- max 10 "1" "+" "2"
the operators supported are unary -,!; binary +,-,/,
On 25.06.2011 05:35, Graeme Russ wrote:
> Hi Vladimir,
>
> On 25/06/11 13:23, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>> This is perfectly accomodated by multiboot specification. Just add a
>> small structure somewhere in the first 8K of the file and your image is
>> multiboot-compliant.
> Tha
Hi Vladimir,
On 25/06/11 13:23, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> This is perfectly accomodated by multiboot specification. Just add a
> small structure somewhere in the first 8K of the file and your image is
> multiboot-compliant.
Thanks for the advice, but I have a few questions (p
On 25.06.2011 04:24, Graeme Russ wrote:
> would fit my needs perfectly. The U-Boot images are raw (not ELF) with a
> 32-bit entry point at the first byte of the file but this may change (I may
> put the version string at the start of the file) so the optional
> execute_address could come in handy.
On 24/06/11 01:42, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> On 17.06.2011 18:11, Pierre-Nicolas Clauss wrote:
>> Hi folks,
>>
>> I subscribed to this list in order to share with you a humble
>> contribution of mine to grub.
>>
>> As an OS d
On 24.06.2011 11:33, Pierre-Nicolas Clauss wrote:
> 2011/6/24 Vladimir 'φ-coder/phcoder' Serbinenko :
>> On 23.06.2011 23:45, Pierre-Nicolas Clauss wrote:
You need to just add a small header to make this kernel
multiboot-compliant (read multiboot header and multiboot kludge)
>>> I know, b
Hi,
Note: I am me. I speak on behalf of myself only, and don't represent
the views of the GRUB team in any way.
On Fri, Jun 24, 2011 at 7:03 PM, Pierre-Nicolas Clauss
wrote:
> Are you saying that :
>
> kernel /my_multiboot_kernel
> chainloader /my_chainloader
> boot
>
> will load the kernel as p
2011/6/24 Vladimir 'φ-coder/phcoder' Serbinenko :
> On 23.06.2011 23:45, Pierre-Nicolas Clauss wrote:
>>> You need to just add a small header to make this kernel
>>> multiboot-compliant (read multiboot header and multiboot kludge)
>> I know, but I have to give up my chainloader if I want to use a
>
On 23.06.2011 23:45, Pierre-Nicolas Clauss wrote:
>> You need to just add a small header to make this kernel
>> multiboot-compliant (read multiboot header and multiboot kludge)
> I know, but I have to give up my chainloader if I want to use a
> multiboot kernel.
Why? Multiboot specification specifi
> You need to just add a small header to make this kernel
> multiboot-compliant (read multiboot header and multiboot kludge)
I know, but I have to give up my chainloader if I want to use a
multiboot kernel.
> Nope. We won't maintain loaders for a single system which will always
> stay extremely m
On 23.06.2011 21:41, Pierre-Nicolas Clauss wrote:
> Basically, I wanted to have a small chainloader of mine to load my kernel.
> IIRC, I cannot use both the 'kernel' and 'chainloader' commands
> together, so I just skipped using a multiboot compliant kernel and
> have the chainloader to jump at a g
Hi,
2011/6/23 Vladimir 'φ-coder/phcoder' Serbinenko :
>> As an OS developer enthusiastic, I needed to load a file to memory at
>> a given specific address.
> While such a functionality would be a toy for loader developpers, it's
> completely useless for the end users. If the user has to know any s
On 17.06.2011 18:11, Pierre-Nicolas Clauss wrote:
> Hi folks,
>
> I subscribed to this list in order to share with you a humble
> contribution of mine to grub.
>
> As an OS developer enthusiastic, I needed to load a file to memory at
> a given specific address.
While such a f
Hi folks,
I subscribed to this list in order to share with you a humble
contribution of mine to grub.
As an OS developer enthusiastic, I needed to load a file to memory at
a given specific address.
No command in grub 1.99 was fitting my needs (as my file as no
semantic known to grub: it's
Robert Millan wrote:
> On Tue, Dec 09, 2008 at 04:13:46PM +0530, Varun Deshpande wrote:
>> hi
>> I am interested to contribute something in open source. I would like to
>> contribute something for grub. I downloaded source code of grub-1.96 & in
>> TODO file i got this mail id.
>> I am ve
On Tue, Dec 09, 2008 at 04:13:46PM +0530, Varun Deshpande wrote:
> hi
> I am interested to contribute something in open source. I would like to
> contribute something for grub. I downloaded source code of grub-1.96 & in
> TODO file i got this mail id.
> I am very much familiar with C, C++
hi
I am interested to contribute something in open source. I would like to
contribute something for grub. I downloaded source code of grub-1.96 & in
TODO file i got this mail id.
I am very much familiar with C, C++, python, perl.
I am completed my BE Computer from Pune University & w
22 matches
Mail list logo