intermezzOS / kernel

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

Bootimage install fails as per documentation #128

Open JulianGindi opened 5 years ago

JulianGindi commented 5 years ago

Bootimage install fails with nightly rust installed. Does not like the function "read_to_string". I was able to get it to work using the stable rust branch. Not sure what other problems that will cause down the line though.

steveklabnik commented 5 years ago

What’s your rustc nightly version?

On Nov 19, 2018, at 6:03 PM, Julian Gindi notifications@github.com wrote:

Bootimage install fails with nightly rust installed. Does not like the function "read_to_string". I was able to get it to work using the stable rust branch. Not sure what other problems that will cause down the line though.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

JulianGindi commented 5 years ago

rustc 1.32.0-nightly (13c943992 2018-11-18)

steveklabnik commented 5 years ago

Interesting, thanks! I’ll take a look...

On Nov 19, 2018, at 7:16 PM, Julian Gindi notifications@github.com wrote:

rustc 1.32.0-nightly (13c943992 2018-11-18)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.