Licensing Information
Open Source Used In Cisco Nexus 9000 Series 7.0(3)I5(1)
4346
To choose the x86emu backend on a x86 system, run ./configure
--with-x86emu.
4. Installation & Usage
-----------------------
To configure, build and install v86d with the default settings,
run:
# ./configure --default
# make
# make install
If the kernel that you're currently running doesn't provide
uvesafb, you can use the KDIR variable to point make to a
different kernel tree (e.g. 'make KDIR=/usr/src/linux').
v86d isn't meant to be used in an interactive way. It should
be started and called by the kernel. If you want to see it in
action, build and load the uvesafb kernel module.
If you want to include v86d into an initramfs image,
misc/initramfs provides a minimal config file parsable by
gen_init_cpio.
5. Licensing
------------
v86d is licensed under GPL v2.
--
Michal Januszewski <spock@gentoo.org>
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU
General Public License is intended to guarantee your freedom to share and change free software--to make sure the
software is free for all its users. This General Public License applies to most of the Free Software Foundation's
software and to any other program whose authors commit to using it. (Some other Free Software Foundation
software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.










