Greg Morenz
Greg Morenz
This is still a draft and all the previous caveats still apply (though I've manually tested this locally quite a bit more since when I originally posted about it). The...
I hit two char related panics. They're both just unimplemented branches, but since they asked me to report them and I don't see any direct mentions in the issue I...
That does seem fairly likely to fix it. Trying to build bootloader from master on github works fine, trying to build it from the version in `file:///home/normal/.cargo/git/checkouts/bootloader-f95646382f09cfb3/72dbed8` results in 832...
That lets it build! After running `cargo boot` I just get a qemu window that flashes black about once a second and when not black says ``` SeaBIOS (version 1.11.0-20171110_100015-anatol)...
Same error as before, here's the output of a clean build (after pulling changes, and installing a fresh bootimage in case that had been updated too). I notice that it...
Looked at your `.travis.yml` and one thitng that jumps out at me is that I had to manually install `lld` while it doesn't. Am I supposed to be using the...
I got it working by checking out the most recent code and undoing the change to `x86_64-nebulet.json` (so using system lld) :+1:! Presumably this works just because it's not building...
I doubt it's isolated to specfically arch linux just because arch tries to change so little from upstream packages. But I could easily imagine it's isolated to my system or...
Just an update that I still experience the zlib issue (error message: ` = note: lld: error: zlib is not available`). For anyone else who experiences this issue. The workaround...
Oops, that's a local file I made the first time around I guess... here is a copy of it for anyone who needs it: ``` { "llvm-target": "x86_64-unknown-none", "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",...