Re: [SeaBIOS] int10 handling

2012-08-29 Thread Christian Gmeiner
2012/8/29 Kevin O'Connor ke...@koconnor.net: On Wed, Aug 29, 2012 at 09:36:44AM +0200, Christian Gmeiner wrote: 2012/8/29 Kevin O'Connor ke...@koconnor.net: On Tue, Aug 28, 2012 at 05:11:22PM +0200, Christian Gmeiner wrote: Hi all, I have made some progress in my flat panel work, but I

[SeaBIOS] What do I pass to cbfs_run_payload() after finding the payload with romfile_find() ?

2012-08-29 Thread Dave Frodin
I'm having a problem finding/loading/executing a payload from seabios which is now using the romfile functions for cbfs (commit 59d6ca52a7eba5). I do have the cpu_to_be32() patch to get the correct payload destination address. Here's what I had previously that worked before the change...