Should be relatively easy to get working, log::KERNEL_LOGGER needs to be hooked in a #[task] and then just read from it.
It would be nice to be able to capture early messages in log::EARLY_BUFFER, and then copy them over once allocations are available.
Should be relatively easy to get working,
log::KERNEL_LOGGERneeds to be hooked in a#[task]and then just read from it.It would be nice to be able to capture early messages in
log::EARLY_BUFFER, and then copy them over once allocations are available.