https://9p.io/wiki/plan9/avoiding_screen_pollution_from_kernel_messages/index.html
this helped
--
9fans: 9fans
Permalink:
https://9fans.topicbox.com/groups/9fans/T31db04ef89737d25-M6bbf54d0c44e0b1751ec3632
Delivery options: https://9fans.topicbox.com/groups/
On Wed, Oct 04, 2023 at 07:18:23AM -0400, dusan3...@gmail.com wrote:
> Also I was doing with tail -f /dev/kmesg in the background and without that
> /dev/kmesg loses the start of output up to some random moment where it shows
> it. Could the problem be that i have too many outputs?
try tail +0f
Quoth dusan3...@gmail.com:
> I added some logs in /sys/src/9/port/proc.c for some tests of the scheduler,
> I want to see at what moments do real time processes take the cpu. I did that
> with simple prints with the intention of doing cat /dev/kmesg > someFile
> because all the prints are stored