Re: [SeaBIOS] Some questions

2011-03-31 Thread Stefan Berger
On 02/28/2011 09:55 PM, Kevin O'Connor wrote: On Fri, Feb 25, 2011 at 10:35:04AM -0500, Stefan Berger wrote: On 11/25/2010 08:35 AM, Kevin O'Connor wrote: This is due to the hierarchical nature of the functions. Also, while for example B calls A, B fills a data structure (on the stack) that

Re: [SeaBIOS] Some questions

2011-03-31 Thread Kevin O'Connor
On Wed, Mar 30, 2011 at 07:31:23PM -0400, Stefan Berger wrote: I mailed them today to seabios@seabios.org but didn't see them coming back or showing up on the webpage. I cc'ed the Qemu mailing list and there they are. Stefan The mailing list had a blip yesterday - but it should be okay

Re: [SeaBIOS] Some questions

2011-02-28 Thread Kevin O'Connor
On Fri, Feb 25, 2011 at 10:35:04AM -0500, Stefan Berger wrote: On 11/25/2010 08:35 AM, Kevin O'Connor wrote: This is due to the hierarchical nature of the functions. Also, while for example B calls A, B fills a data structure (on the stack) that it passes to A. A of course can get the same

Re: [SeaBIOS] Some questions

2011-02-25 Thread Stefan Berger
On 11/25/2010 08:35 AM, Kevin O'Connor wrote: This is due to the hierarchical nature of the functions. Also, while for example B calls A, B fills a data structure (on the stack) that it passes to A. A of course can get the same data structure from the user calling the interrupt interface. So,