Skip to main content

SYS_DEBUG_LOG

Constant SYS_DEBUG_LOG 

Source
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 string
  • msg_len: length of the message

The message is written to the serial port and optionally to the VGA framebuffer if debug output is enabled.