sysml / mini-os

Minimalistic Operating System for Xen
Other
65 stars 23 forks source link

Fix calls to shutdown_netfront in the lwip-net code #15

Closed fmanco closed 9 years ago

fmanco commented 9 years ago

MiniOS was crashing after calling stop_networking, since shutdown_netfront was being called before the lwip thread was stopped.