Hello,
On Wed, Dec 24, 2014 at 10:35:40PM +0000, Nobody III wrote:
> It appears that main() never actually starts with AHCI.
I stepped through your video log and could not find anything
suspicious beside the fact that part_blk does not print anything. Did
you you really add something like the following to
repos/os/src/server/part_blk/main.cc?
int main()
{
using namespace Genode;
PINF("I just started");
if (!Block::Partition_table::table().avail()) {
PERR("No valid partition table found");
return 1;
}
PINF("Partition table parsed");
...
}
Could you send me (or the list) your current version of the used run
script? I'll try to adapt it to Qemu with AHCI and investigate
further.
Greets
--
Christian Helmuth
Genode Labs
http://www.genode-labs.com/ · http://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/
Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
genode-main mailing list
genode-main@...12...ceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main