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:
Alexander Boettcher 2012-08-10 10:16:23 +02:00 committed by Norman Feske
parent dddd602b48
commit cd373f20c1
1 changed files with 1 additions and 7 deletions

View File

@ -22,12 +22,6 @@
if {[have_spec linux]} { if {[have_spec linux]} {
puts "Run script does not support Linux."; exit 0 } 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 requires_installation_of lynx
# #
@ -65,7 +59,7 @@ set config {
<any-service> <parent/> <any-child/> </any-service> <any-service> <parent/> <any-child/> </any-service>
</default-route> </default-route>
<start name="timer"> <start name="timer">
<resource name="RAM" quantum="512K"/> <resource name="RAM" quantum="568K"/>
<provides> <service name="Timer"/> </provides> <provides> <service name="Timer"/> </provides>
</start> </start>
<start name="nic_drv"> <start name="nic_drv">