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 support for the rumprun unikernel #28593

Merged
merged 1 commit into from
Sep 26, 2015
Merged

Add support for the rumprun unikernel #28593

merged 1 commit into from
Sep 26, 2015

Commits on Sep 26, 2015

  1. Add support for the rumprun unikernel

    For most parts, rumprun currently looks like NetBSD, as they share the same
    libc and drivers. However, being a unikernel, rumprun does not support
    process management, signals or virtual memory, so related functions
    might fail at runtime. Stack guards are disabled exactly for this reason.
    
    Code for rumprun is always cross-compiled, it uses always static
    linking and needs a custom linker.
    gandro committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    c099cfa View commit details
    Browse the repository at this point in the history