jnider / cpsc-508

environment for OS class final project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpsc-508

environment for OS class final project

First run setup-env.sh to clone the environment. Most of the files come from various git repositories, but some of the files are in this repository, such as 'nginx-app'.

In order to test anything with the network, you will need a bridge. I am lazy, so usually I just install virt-manager, which installs lib-virt as a dependency which automatically creates a bridge called 'virbr0'. The other scripts depend on the bridge having this name (such as qemu-ifup).

The nginx-app requires a config file. Copy the 'config' file into .config before running 'make'.

Updated apps/hellobsd/README.txt with instructions on how to build and run the FreeBSD app as a unikraft unikernel.

About

environment for OS class final project


Languages

Language:Shell 48.3%Language:C 35.5%Language:Assembly 8.7%Language:Makefile 3.9%Language:HTML 3.7%