Eliza Weisman
Eliza Weisman
As of 72af56427be808364c615ac83ed17f11ba3a7183, we can now allocate pages with the buddy allocator. Current implementation of this is A Mess, though, and needs a lot of refactoring.
Also see #80
Or remove it?
starting on some experiments towards a newer, better HAL: https://github.com/sos-os/hal9000
## Alternative: placement expressions Another option is to look into using the placement expressions feature (rust-lang/rust#27779) to control where objects are allocated. Rather than making the bump pointer allocator a...
for reference: + https://syscalls.kernelgrok.com + http://man7.org/linux/man-pages/man2/write.2.html
@lynko, I can save this one for you to mess with if you like?
hmm, this builds successfully on Travis, so at least it works on _one_ other linux env. it'll definitely break the makefile on my mac, though, where the system `gcc` tool...
> I have zero experience with Autoconf Same, actually; that's part of why I'm so loath to start using it (well, that and an idealistic belief that "we should be...
is this fixed yet?