pub const SYS_DEBUG_LOG: usize = 600;Expand description
Write a debug message to the kernel log (serial console).
msg_ptr: pointer to the message stringmsg_len: length of the message
The message is written to the serial port and optionally to the VGA framebuffer if debug output is enabled.