Leonidas-from-XIV / guestvm-guk

Git mirror of guestvm~guk

Home Page:https://hg.kenai.com/hg/guestvm~guk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#
# Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.
#
# This code 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 (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#

GUK
====

GUK is a derivative of the Xen Minimal OS (Mini-OS) that is used to
support the Maxine VM, Virtual Edition. It can be run stand-alone,
although there is some code that assumes that it is supporting Maxine,
or at least a JVM.

It requires a 64-bit x86 machine and hypervisor.

Building
========

Set the environment variable XEN_ROOT to the root of your Xen distribution
and then execute gmake.

The debugging support and file-system support via sibling Linux guest
are in tools/db-front and tools/fs-back, respectively. There are not
built by default as they must be built on Linux and installed in the
Linux guest in which they will execute.

Running
=======

To start it do the following in domain0 (assuming xend is running)

# xm create -c domain_config

This starts the kernel and then once every second prints the system time.

If the environment variable BRIDGE is set to the name of the network bridge
then incoming network packets are also reported on the console.

License
=======

GUK is licensed under GPL V2.

More Info
=========

More documentation can be found in the "docs" directory.

Mick Jordan, mick.jordan@oracle.com

About

Git mirror of guestvm~guk

https://hg.kenai.com/hg/guestvm~guk

License:GNU General Public License v2.0


Languages

Language:C 90.8%Language:C++ 4.6%Language:Makefile 1.8%Language:Assembly 1.7%Language:Shell 0.5%Language:Python 0.3%Language:Objective-C 0.2%