isan-Ethen / rusty-microkernel

This is a Microkernel OS written in Rust
Apache License 2.0
0 stars 0 forks source link

Implement kernel panic #8

Closed isan-Ethen closed 3 weeks ago

isan-Ethen commented 3 weeks ago

Implement print_panic_info and PutcharWriter for printing some types that implemented fmt::Write trait.

5