Steve Klabnik
Steve Klabnik
For the history here, yeah, we have a number of books that are in the "official documentation," and they're integrated in this way. each domain WG was also producing a...
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.
I haven't worked on Resque in years, sorry!
This just might be me being a noob.
A thought that I've been rolling around in my head, but haven't tried to implement yet. What about having a `build.rs` that builds an asm implementation of the booting into...
Yeah, it would still require shelling out. It's not a perfect solution, but it still lets you get rid of the makefile. Even worse idea: one huge "inline asm" Rust...
I bet you could configure start? Hm. On Fri, Sep 23, 2016 at 2:54 PM, Jorge Aparicio [email protected] wrote: > Even worse idea: one huge "inline asm" Rust block? lololol...
I implemented the "build using nasm in a build script" over here: https://github.com/intermezzOS/kernel/pull/63 That nasty build script can be made much nicer with the gcc crate, but then you have...
So, I'm giving that idea a try. I got a `libboot.a` compiled from the rust in this PR, but when trying to make my other code depend on it, I'm...