macro_rules! dbug {
($($arg:tt)*) => { ... };
}
Expand description
Quantum OS’s ‘kernel’ debug formatting macro.
Outputs like ‘println’, but instead of going to StdOut, this macro prints to the kernel’s debug output (useally a serial port).
macro_rules! dbug {
($($arg:tt)*) => { ... };
}
Quantum OS’s ‘kernel’ debug formatting macro.
Outputs like ‘println’, but instead of going to StdOut, this macro prints to the kernel’s debug output (useally a serial port).