-
Updated
May 11, 2020 - C++
#
unikernel
Here are 100 public repositories matching this topic...
A minimal, resource efficient unikernel for cloud services
am11
commented
Mar 10, 2021
For example:
# compile a simple app
$ gcc -xc - -oapp.exe <<EOF
#include<stdio.h>
int main()
{
printf("Hello World!\n");
return 0;
}
EOF
# build image for two providers
$ ops build app.exe -t hyper-v
Bootable image file:/home/am11/.ops/vhdx-images/app.vhdx
$ ops build app.exe -t onprem
Bootable image file:/home/am11/.ops/images/app.img`ops instance create
RustyHermit - A Rust-based, lightweight unikernel
rust
virtualization
osdev
operating-system
rust-lang
unikernel
high-performance-computing
cloud-computing
operating-systems
-
Updated
Apr 7, 2021 - Rust
Unikraft is an automated system for building specialized POSIX-compliant OSes known as unikernels. (Core repository)
application
library
kernel
os
osdev
operating-system
unikernel
unikraft
specialized-oses
ultra-light-virtualization
-
Updated
Apr 20, 2021 - C
HermitCore: A C-based, lightweight unikernel
kernel
virtualization
osdev
operating-system
unikernel
high-performance-computing
cloud-computing
multi-kernel
-
Updated
Dec 5, 2020 - C
The Click modular router: fast modular packet processing and analysis
-
Updated
Sep 18, 2020 - C++
Albatross: orchestrate and manage MirageOS unikernels with Solo5
-
Updated
Apr 6, 2021 - OCaml
[deprecated, developmeht moved to https://github.com/mirage/ocaml-dns] µDNS - an opinionated Domain Name System (DNS) library
-
Updated
Jun 27, 2019 - OCaml
Serving content from a git repository via HTTPS (including let's encrypt provisioning) as MirageOS unikernel
-
Updated
Mar 14, 2021 - OCaml
1
whohoho
commented
Mar 29, 2020
openvpn_server_config_parser.exe windows-riseup-client.cfg
openvpn_server_config_parser.exe: [INFO] Reading file "windows-riseup-client.cfg"
openvpn_server_config_parser.exe: [ERROR] : Error at byte offset 988: "tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA\ncipher AES-256-CBC\nauth SHA256\n\ndev tun\n# if dev tun doe"
Turn an Erlang/OTP application into a Unikernel image
-
Updated
May 26, 2020 - Erlang
Secure HSM implementation based on MirageOS
-
Updated
Nov 5, 2018 - OCaml
Improve this page
Add a description, image, and links to the unikernel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unikernel topic, visit your repo's landing page and select "manage topics."
The virtio_scsi driver enqueues buffers to the eventq but does not actually handle them on completion. The following events could be reported to the driver which require some action to be taken: