- # use DebugView (https://learn.microsoft.com/en-gb/sysinternals/downloads/debugview) to print kernel log
- $ bash -x -c '/cygdrive/c/Users/roland_mainz/download//dbgview64 /t /k /l mylog.log & (( dbgview_pid=$! )) ; trap "kill $dbgview_pid ; wait" INT TERM ; tail -n0 -f mylog.log'
print kernel log using DebugView
Posted by Anonymous on Tue 31st Oct 2023 15:00
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.