Casper.Dik at Sun.COM wrote: > >> In those cases, we probably *could* just bump the timer up to 1000 usec, >> but wouldn't it be easier to just verify with tick = 1000? >> > > > Fair enough, but it is clear that not every does this when developing > kernels; perhaps the debug kernel must default to a 1000Hz tick? > > Casper > > I actually like this: make debug 1000 Hz.
I'm wondering if we are approaching the point when it might make sense to make this the default anyway. 100 Hz is pretty darned infrequent, and making things wait for one to two ticks adds enough latency that it makes some things painful. - Garrett