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

add kernel target for RustyHermit #92670

Merged
merged 8 commits into from
Feb 10, 2022
Merged

add kernel target for RustyHermit #92670

merged 8 commits into from
Feb 10, 2022

Commits on Feb 8, 2022

  1. add kernel target for RustyHermit

    Currently, we are thinking to use *-unknown-none targets instead
    to define for every platform our own one (see hermit-os/hermit-rs#197).
    However, the current target aarch64-unknown-none-softfloat doesn't support
    dynamic relocation. Our kernel uses this feature and consequently
    we define a new target aarch64-unknown-hermitkernel to support it.
    stlankes committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0b269f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10ae04a View commit details
    Browse the repository at this point in the history
  3. remove typos

    stlankes committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9225df3 View commit details
    Browse the repository at this point in the history
  4. add missing link

    stlankes committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    1acf739 View commit details
    Browse the repository at this point in the history
  5. remove typo

    stlankes committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    c7f65ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beb042a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5c1dc0 View commit details
    Browse the repository at this point in the history
  8. add missing space

    stlankes committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    df70adf View commit details
    Browse the repository at this point in the history