Re: Standalone Application in GRUB

2012-06-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 03.06.2012 21:00, Parul Aggarwal wrote: > Hi Vladimir, > > I understand what you are saying and grub modules seems the right way to > go. > > Other two apparoaches I can think of is: > > 1. Make our standalone appliaction totally independent of GRUB like > memtest application. This way we

Re: Standalone Application in GRUB

2012-06-03 Thread Parul Aggarwal
Hi Vladimir, I understand what you are saying and grub modules seems the right way to go. Other two apparoaches I can think of is: 1. Make our standalone appliaction totally independent of GRUB like memtest application. This way we can go with independent application .bin running. 2. If we stat

Re: Standalone Application in GRUB

2012-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 31.05.2012 12:03, Parul Aggarwal wrote: > Thanks Vladimir. > > 1. In uboot we can have standalone application (which uses uboot > functions) compiled and run independently on uboot prompt. As I > understand from your comments that in GRUB this is not possible. We > wanted to run the applicatio

Re: Standalone Application in GRUB

2012-05-31 Thread Parul Aggarwal
Thanks Vladimir. 1. In uboot we can have standalone application (which uses uboot functions) compiled and run independently on uboot prompt. As I understand from your comments that in GRUB this is not possible. We wanted to run the application in a way similar to memtest in GRUB. But our applicati

Re: Standalone Application in GRUB

2012-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 31.05.2012 08:44, Parul Aggarwal wrote: > Hello, > > I have a standalone application which I want to run in GRUB environment > i.e. for e.g at GRUB prompt. So the flow would be I enter grub prompt > and from there run my standalone application binary. By adding multiboot > header to the binary

Standalone Application in GRUB

2012-05-30 Thread Parul Aggarwal
Hello, I have a standalone application which I want to run in GRUB environment i.e. for e.g at GRUB prompt. So the flow would be I enter grub prompt and from there run my standalone application binary. By adding multiboot header to the binary I am able to do that. Now in my application I want to