genode/tool/run/power_on
Reto Buerki f02c92598b run: Use -m 512 for hw_x86_64 on qemu
The base-hw kernel on x86_64 currently assumes 254 MiB of RAM. The RAM
region is subtracted from the I/O mem allocator and therefore this range
is not available for device I/O.

If qemu is started with -m 128, the region for (emulated) PCI config
space access lies within this region and I/O mem allocation in the
pci_drv will fail. Giving qemu more RAM moves the PCI config space out
of the 254 MiB region, making the run/libc_ffat scenario with acpi work.
2015-05-26 09:39:50 +02:00
..
amt run: modularize run tool 2015-01-26 12:28:40 +01:00
linux run: modularize run tool 2015-01-26 12:28:40 +01:00
powerplug run: modularize run tool 2015-01-26 12:28:40 +01:00
qemu run: Use -m 512 for hw_x86_64 on qemu 2015-05-26 09:39:50 +02:00
softreset run: support specifying on/off of softreset tool 2015-05-26 09:39:48 +02:00