Werner Almesberger wrote: > I've attached a little hack that should make the hang after > NET: Registered protocol family 2 > disappear. This isn't the real solution (haven't yet figured > out how this is truly supposed to work on non-SMP), but it > gives me a happier UML :-) > > - Werner > The actual bug has been fixed. The problem was the host cpu Hz was being truncated to a signed int so uml wouldn't run on a host faster than 2.1Ghz. Patch attached Jonathan