rustboot
rustboot copied to clipboard
A multi-platform kernel written in Rust
I tried to install it on my pc, but got following error : make[1]: Entering directory `/home/dragon/rustboot/arch/x86' /usr/local/bin/rustc --target i686-unknown-linux-gnu -Z no-landing-pads -C opt-level=2 -C lto -L ./boot --out-dir ./boot...
As I tried to compile it it gave me this error: http://pastebin.com/s1iEPBAf I am using the rust version from the manjaro repos(1.6.0-dev)
make[1]: Entering directory '/home/jeremyli/codes/l4/rustboot/arch/x86' /home/jeremyli/codes/rust/x86_64-unknown-linux-gnu/stage1/bin/rustc --target i686-unknown-linux-gnu -Z no-landing-pads --opt-level=2 -C lto -L ./boot --out-dir ./boot --dep-info --emit=bc ../../common/lib.rs /home/jeremyli/codes/rust/x86_64-unknown-linux-gnu/stage1/bin/rustc: symbol lookup error: /home/jeremyli/codes/rust/x86_64-unknown-linux-gnu/stage1/bin/rustc: undefined symbol: _ZN2rt10lang_start20h02b779da7d64ff901SwE ../../common/Makefile:39: recipe for...
We have a few abstractions for both physical and virtual memory management. Some methods (`set`, `set_addr`) need a second thought and documentation, whereas `identity_map` needs improvement. Both i686 and ARM...
Building on OS X gives me the page fault error: "`Accessed 0xc0000014 from 0x1196c`". The instruction pointer is different every time I build, but the `cr2` is always `0xc0000014`. The...
Hi. I'm running Arch Linux, and while following the directions in the README, I'm unable to compile Rust master. I'm attempting to use the commands to minimize build time since...
This will make merging between the two branches easier
Hi, rustc gives me a strange error if I'm trying to allocate an owned box, it seems like rust hasn't any idea about the type which is requested ... http://static.rust-lang.org/doc/0.10/src/rustc/home/rustbuild/src/rust-buildbot/slave/dist2-linux/build/src/librustc/middle/trans/type_of.rs.html#282...