intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 91 forks source link

printf can't handle some strings #1

Closed steveklabnik closed 8 years ago

steveklabnik commented 8 years ago

This works:

let hello = "Hi there Manish!";

But this doesn't:

let hello = "Hi there Manish";

2015-12-12-125413_270x136_scrot

I should fix this. Thanks for being a good test case, @manishearth