isan-Ethen / rusty-microkernel

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

fix: Fix print_decimal #10

Closed isan-Ethen closed 3 months ago

isan-Ethen commented 3 months ago

The print_decimal failed to convert decimal to char, so decimal couldn't be printed.

9