Skip to content

WIP : Add support for IncludeOS#619

Open
shivansh-source wants to merge 1 commit intourunc-dev:mainfrom
shivansh-source:shivansh2
Open

WIP : Add support for IncludeOS#619
shivansh-source wants to merge 1 commit intourunc-dev:mainfrom
shivansh-source:shivansh2

Conversation

@shivansh-source
Copy link
Copy Markdown

@shivansh-source shivansh-source commented May 4, 2026

This PR adds comprehensive support for IncludeOS, a unikernel framework written in C++ designed for building web and cloud applications, to the urunc container runtime. IncludeOS can execute on top of both solo5 (hvt/spt) and qemu hypervisors, making it a natural addition to urunc's growing unikernel ecosystem.


📋 Changes Made

New Features

  • IncludeOS Unikernel Implementation:
    • Created pkg/unikontainers/unikernels/includeos.go implementing the full Unikernel interface
    • Support for network configuration (IPv4 with gateway and subnet mask)
    • Support for block device management
    • Compatible with both Solo5 (hvt/spt) and QEMU hypervisors

Implementation Details

1. Core Unikernel Struct (includeos.go)

type IncludeOS struct {
    Command string           // Command line arguments
    Monitor string           // Hypervisor type (qemu, hvt, spt)
    Net     IncludeOSNet     // Network configuration
    Block   []IncludeOSBlock // Block devices
}

Closes #126

Signed-off-by: shivansh-source <shivanshsiddhi1234@gmail.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 4, 2026

Deploy Preview for urunc ready!

Name Link
🔨 Latest commit 649afcf
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/69f8d1f8ca3b8000082c92b6
😎 Deploy Preview https://deploy-preview-619--urunc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@shivansh-source
Copy link
Copy Markdown
Author

@cmainas PTAL at the approach then i will move forward

@cmainas
Copy link
Copy Markdown
Contributor

cmainas commented May 5, 2026

Hello @shivansh-source ,

if a PR is WIP then you can mark it as draft. The approach is the same for all guests in urunc. The important thing is to test it. Please take a look at #540 and use it a as a guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for IncludeOS

2 participants