no92

Results 67 comments of no92

As for managarm refusing to boot currently, you'd need to temporarily apply managarm/managarm#406.

Rebased onto master and addressed the comments raised.

The problem I see with both this PR and #111 is that `stdnoreturn.h` and `stdalign.h` were only defined in C11, while lai's `meson.build` does not specify a minimum C version....

The ABI checker complaining is intended and should not result in an ABI break.

Previous versions of `rustc` and/or `cargo` worked flawlessly as described in the article above, but this doesn't work with recent version. I don't remember whether the `.pdb` files were always...

I'm in the process of bisecting compiler versions to determine where the old behavior of having symbol tables was lost.

The last build that provides symbol tables is `nightly-2020-11-14-x86_64-unknown-linux-gnu`, while `nightly-2020-11-15-x86_64-unknown-linux-gnu` doesn't. I'll try to do some digging as to why that happens, but I don't know the first thing...

Bisecting leads to rust-lang/rust#78959, which is also linked to by rust-lang/rust#87157 where the author of the blog post above reports the same issue. The solution seems to be to do...

@nicholasbishop wrote: > I do get what seems to be a valid pdb file generated under the deps directory. I dumped the symbols in it with the pdb_symbols utility in...

While I haven't used this in a while, rolling back to an old nightly version should not be necessary. Using the script provided in the blog post linked above is...