Page 1 of 1

Logging

Posted: Sun Oct 03, 2021 3:02 pm
by PavelChekov
I am looking for information on logging, but as far as I can tell, there is no real "guide to logging" on OSDev. Am I missing it?

Thanks

Re: Logging

Posted: Mon Oct 04, 2021 3:39 pm
by thewrongchristian
PavelCheckov wrote:I am looking for information on logging, but as far as I can tell, there is no real "guide to logging" on OSDev. Am I missing it?

Thanks
It seems to be mentioned in other pages, such as Kernel_Debugging.

Re: Logging

Posted: Tue Oct 05, 2021 10:09 am
by Korona
Properly logging is surprisingly deep. Difficulties arise when you want to log from NMI and MCE handlers without getting output intermingled with other CPUs.