mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
pci: increase memory for device pd
not enough anymore on 32 bit after #989 changes
This commit is contained in:
parent
07b355b4e4
commit
bf57a5d79c
@ -81,7 +81,7 @@ int main(int argc, char **argv)
|
||||
*/
|
||||
enum {
|
||||
STACK_SIZE = 2 * sizeof(addr_t)*1024,
|
||||
PCI_DEVICE_PD_RAM_QUOTA = sizeof(addr_t) * 128 * 1024,
|
||||
PCI_DEVICE_PD_RAM_QUOTA = 196 * 4096,
|
||||
};
|
||||
|
||||
static Cap_connection cap;
|
||||
|
Loading…
Reference in New Issue
Block a user