Commit graph

9 commits

Author SHA1 Message Date
gdt
71c33cddb9 Explain xen version differences.
There are 5 versions of xen in pkgsrc, which is confusing.  Explain in
DESCR which version is in which package (xenkernel3 contains 3.1), and
which versions support PCI passthrough (only 3.1).  Explain which
versions support non-PAE (3.1) and PAE (3.3, 4.1, 4.2), because the
HOWTO is out of date and it's easy to end up with a non-working system
on a 3.1 to 3.3 update.  Cuation that 2.0 is beyond crufty.

This is a DESCR-only change (with PKGREVISION++ of course).

(ok during freeze agc@)
2013-06-19 14:03:41 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
jym
889d624a64 user-destdir support, and add LICENSE (gnu-gpl-v2). 2010-03-08 01:19:42 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
kano
abdb54b351 fix obsolete URLs for www.NetBSD.org
close PR pkg/37071
reviewd by xtraeme@
2007-10-07 12:59:11 +00:00
bouyer
bde1ee47e8 Restrict to Linux-2.[46]*-i386 NetBSD-*-i386. Suggested by Hauke Fath. 2007-07-01 20:20:24 +00:00
jlam
cf56f31e09 In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",
not "netbsd.org".
2006-07-06 21:14:19 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
agc
d5c91e81de Initial import of a package to retrieve the Xen kernel itself easily.
Xen is a virtual machine monitor for x86 hardware (runs only on
	i686-class CPUs), which supports running multiple guests operating
	systems on a single machine.  Guest OSes (also called "domains")
	require a modified kernel which supports Xen hypercalls in replacement
	to access to the physical hardware.  At boot, the xen kernel is loaded
	(via grub) along with the guest kernel for the first domain (called
	domain0).  domain0 has privileges to access the physical hardware (PCI
	and ISA devices), administrate other domains and provide virtual
	devices (disks and network) to other domains.

	This package contains the Xen kernel itself.
2005-10-13 20:58:20 +00:00