K 10 svn:author V 5 green K 8 svn:date V 27 2000-07-11T06:47:38.000000Z K 7 svn:log V 292 One should never allocate 4-kilobyte structs and such on the interrupt stack. It's bad for your machine's health. Make the two huge structs in reseed() static to prevent crashes. This is the bug that people have been running into and panic()ing on for the past few days. Reviewed by: phk END