Skip to content

sorpaas/sputnikvm-on-rux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SputnikVM on Rux

This no_std version of SputnikVM allows you to run it on the Rux microkernel.

Get Started

To build and run sputnikvm_nostd, it needs to be bundled with the Rux microkernel and be executed together. First, initialize the submodules which points to a revision of Rux.

git submodule init --recursive --update

After that, install Nix. Then run:

nix-shell

This will install all the dependencies you need to build the kernel and SputnikVM in a specialized Nix location without any modification to your actual system.

After that, to run the kernel with SputnikVM init program, run:

make sinit-sputnikvm

Under the hook, the script will start a QEMU virtual machine, bootstrap the kernel, which will then load the init program and run a simple SputnikVM transaction.

Bug Reports and Contributing

For bug reports and pull requests related to Rux, please use this Phabricator instance. Bug reports can be submitted to Maniphest and refer to Rux's contributing guide for sending pull requests.

About

SputnikVM for embedded devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published