Commit graph

7 commits

Author SHA1 Message Date
rillig
aac7e13071 xentools413: remove outdated SUBST blocks for /proc and /kern
The file define.ml does not contain any hard-coded paths anymore. These
are autogenerated in paths.ml.
2020-07-26 08:49:38 +00:00
rillig
cf933624fe xentools413: clean up SUBST block for XENDCONFDIR
The paths in define.ml are taken from the autogenerated paths.ml now. The
file xl_cmdtable.c has been moved, and it doesn't contain a placeholder
anymore.
2020-07-26 08:46:35 +00:00
rillig
937edba92c xentools413: remove outdated SUBST block
tools/Makefile does not contain /var/lib anymore, and
sysconfig.xencommons has been switched to GNU autoconf.
2020-07-26 08:40:05 +00:00
rillig
be95061054 xentools413: fix SUBST block for Perl path
tools/misc/xencov_split has switched to Python, some other files use
/usr/bin/env, which the SUBST block didn't handle.
2020-07-26 08:24:11 +00:00
bouyer
97d28b8f23 Match not only NetBSD releases but also _BETA and _STABLE 2020-06-08 09:12:46 +00:00
bouyer
315740afd8 Will also build on NetBSD 9.1 and later, adjust ONLY_FOR_PLATFORM 2020-06-02 11:29:47 +00:00
bouyer
6c43eaffe4 Add xenkernel413 and xentools413 packages, version 4.13.1.
At this time xentools413 will only build on a very recent -current (as of
an hour ago or do - with /usr/include/xen/xenio.h 1.12 or newer)

Xen is a hypervisor which supports running multiple guest operating
systems on a single machine. Guest OSes (also called "domains")
can be either paravirtualised (i.e. make hypercalls in order to
access hardware), run in HVM (Hardware Virtualisation Mode) where
they will be presented with virtual devices, or a combination where
they use hypercalls to access hardware but manage memory themselves.
At boot, the xen kernel is loaded 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.
2020-05-26 11:12:10 +00:00