When trying to print a number in hexadecimal, i.e. ```rust kprintln!("{:X}", 100); ``` nothing is printed and the system locks up. Could be an issue with the formatting code or the printing itself. Hopefully it's not some compiler intrinsic function that's failing this time...