Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hermitkernel-target: Set OS to "none" #90404

Merged
merged 1 commit into from
Oct 31, 2021

Commits on Oct 29, 2021

  1. hermitkernel-target: Set OS to "none"

    For our kernel targets, we should not set OS, as the kernel runs bare
    metal without a circular dependency on std.
    
    This also prepares us for unifying with
    rust-lang#89062. This patch requires
    libhermit-rs to change a `cfg`s from `target_os = "hermit"` to `target_os
    = "none"`.
    
    I tested this patch locally.
    mkroening committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    311a249 View commit details
    Browse the repository at this point in the history