AHCI/part_blk

Christian Helmuth christian.helmuth at ...1...
Thu Dec 25 15:30:51 CET 2014


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




More information about the users mailing list