Skip to content

PrescienceLab/nvl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

206 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the NVL

To complete your checkout, first run either 
scripts/devel_checkout.sh or scripts/full_devel_checkout.sh.
The former is the default.   If you need more information
look at README.DEV.

To build the NVL for the first time, it is necessary to
do the following:

./configure
   This will ask you questions to determine the
   appropriate initial configurations for NVL components
   and will also create an appropriate build script.

./build
   This will build the NVL components and give you
   a bzImage and initrd that you can use to boot and
   run NVL.

./run
   This will run your build under QEMU (emulation)
   To run the build on your hardware, you will need
   to use the process for installing a new kernel
   or network booting a kernel (e.g. PXE) on it.

./clean
   This will restore the out-of-the-box experience

About

Node Virtualization Layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.3%
  • Perl 1.5%
  • Other 1.2%