GithubHelp home page GithubHelp logo

bingzhux / nova Goto Github PK

View Code? Open in Web Editor NEW

This project forked from udosteinberg/nova

1.0 2.0 0.0 6.57 MB

NOVA Microhypervisor

Home Page: http://hypervisor.org

License: Other

Makefile 0.90% C++ 96.43% Assembly 2.67%

nova's Introduction

NOVA Microhypervisor

This is the source code for the NOVA microhypervisor.

The NOVA microhypervisor combines microkernel and hypervisor functionality and provides an extremely small trusted computing base for user applications and virtual machines running on top of it. The microhypervisor implements a capability-based authorization model and provides basic mechanisms for virtualization, spatial and temporal separation, scheduling, communication, and management of platform resources.

NOVA can be used with a multi-server environment that implements additional operating-system services in user mode, such as device drivers, protocol stacks, and policies. On machines with hardware virtualization features, multiple unmodified guest operating systems can run concurrently on top of the microhypervisor.

This code is experimental and not feature complete. If it breaks, you get to keep both pieces.

Supported platforms

The NOVA microhypervisor runs on single- and multi-processor x86 machines that support ACPI.

The virtualization features are available on:

  • Intel CPUs with VMX, regardless of whether the CPU supports nested paging (EPT) or not.

  • AMD CPUs with SVM, regardless of whether the CPU supports nested paging (NPT) or not.

Building from source code

You need the following tools to compile the source code:

You can build a 32-bit microhypervisor binary as follows:

cd build; make ARCH=x86_32

You can build a 64-bit microhypervisor binary as follows:

cd build; make ARCH=x86_64

Booting

The NOVA microhypervisor can be started from a multiboot-compliant bootloader, such as GRUB or PXEGRUB. Here are some examples:

Boot from harddisk 0, partition 0

title         NOVA
kernel        (hd0,0)/boot/nova/hypervisor
module        (hd0,0)/...
...

Boot from TFTP server aa.bb.cc.dd

title         NOVA
tftpserver    aa.bb.cc.dd
kernel        (nd)/boot/nova/hypervisor
module        (nd)/...
...

Command-Line Parameters

The following command-line parameters are supported for the microhypervisor. They must be separated by spaces.

  • iommu - Enables DMA and interrupt remapping.
  • keyb - Enables the microhypervisor to drive the keyboard.
  • serial - Enables the microhypervisor to drive the serial console.
  • spinner - Enables event spinners.
  • vtlb - Forces use of vTLB instead of nested paging (EPT/NPT).
  • nopcid - Disables TLB tags for address spaces.
  • novga - Disables VGA console.
  • novpid - Disables TLB tags for virtual machines.

License

The NOVA source code is licensed under the GPL version 2.

Copyright (C) 2009-2011 Udo Steinberg <[email protected]>
Economic rights: Technische Universitaet Dresden (Germany)

Copyright (C) 2012-2013 Udo Steinberg, Intel Corporation.

NOVA is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

NOVA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License version 2 for more details.

Contact

Feedback and comments should be sent to [email protected]

nova's People

Contributors

udosteinberg avatar

Stargazers

Bing Zhu avatar

Watchers

James Cloos avatar Bing Zhu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.