mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
Enable lwip.run for 64bit
We have a driver in dde_ipxe repository which is working fine. Increase slightly the ram quota for the timer to run in qemu.
This commit is contained in:
parent
dddd602b48
commit
cd373f20c1
@ -22,12 +22,6 @@
|
||||
if {[have_spec linux]} {
|
||||
puts "Run script does not support Linux."; exit 0 }
|
||||
|
||||
#
|
||||
# XXX: Currently, we have no NIC driver for 64-bit
|
||||
#
|
||||
if {[have_spec 64bit]} {
|
||||
puts "Run script does not support 64-bit platforms."; exit 0 }
|
||||
|
||||
requires_installation_of lynx
|
||||
|
||||
#
|
||||
@ -65,7 +59,7 @@ set config {
|
||||
<any-service> <parent/> <any-child/> </any-service>
|
||||
</default-route>
|
||||
<start name="timer">
|
||||
<resource name="RAM" quantum="512K"/>
|
||||
<resource name="RAM" quantum="568K"/>
|
||||
<provides> <service name="Timer"/> </provides>
|
||||
</start>
|
||||
<start name="nic_drv">
|
||||
|
Loading…
Reference in New Issue
Block a user