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