isan-Ethen / rusty-microkernel

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

fix: Fix implementaion of printing PanicInfo due to rust update #17

Closed isan-Ethen closed 3 weeks ago

isan-Ethen commented 3 weeks ago

The PanicInfo in Rust version 1.79.0, cnversion message to string became stable. So I integrated pringting member variables to print_panic_info.

16