This is an old revision of the document!
A PCRE internal error occured. This might be caused by a faulty plugin
====== Performance measurements for DSL ====== - ran in qemu on my laptop with -cdrom dsl.iso option. It boots in average of 50 seconds. <code> qemu -cdrom dsl.iso -net nic -net user </code> ===== Ran from local webserver ===== - It took 1 min 10 seconds for qemu to get in working state - Out of these, first 20 seconds were taken by gpxe itself, in - seting up dhcp - loading initial script - seting up dhcp again (because script asks) - Geting pxeknife up Command used for this is <code> $ qemu -fda bin/gpxe.dsk -net nic,model=rtl8139 -net user -bootp http://192.168.0.2/pxeknife/pxeDHCP.gpxe </code>