head	1.2;
access;
symbols
	pkgsrc-2025Q3:1.1.0.36
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.34
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.32
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.30
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.28
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.26
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.24
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.22
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.20
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.18
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.16
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.14
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.12
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.10
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.8
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.6
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.4
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.2
	pkgsrc-2021Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.10.21.13.42.57;	author bouyer;	state dead;
branches;
next	1.1;
commitid	7iYGhItznjMPorfG;

1.1
date	2021.04.18.12.31.26;	author bouyer;	state Exp;
branches;
next	;
commitid	IxK9ZbcTH9KnWLPC;


desc
@@


1.2
log
@remove xenkernel415 and xentools415. Xen 4.15 is EOL upstream
@
text
@$NetBSD: patch-Makefile,v 1.1 2021/04/18 12:31:26 bouyer Exp $

--- Makefile.orig	2019-12-17 15:23:09.000000000 +0100
+++ Makefile	2020-05-08 20:05:12.875067651 +0200
@@@@ -65,9 +65,9 @@@@
 .PHONY: build-stubdom
 build-stubdom: mini-os-dir build-tools-public-headers
 	$(MAKE) -C stubdom build
-ifeq (x86_64,$(XEN_TARGET_ARCH))
-	XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom pv-grub
-endif
+#ifeq (x86_64,$(XEN_TARGET_ARCH))
+#	XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom pv-grub
+#endif
 
 .PHONY: build-docs
 build-docs:
@@@@ -136,9 +136,9 @@@@
 .PHONY: install-stubdom
 install-stubdom: mini-os-dir install-tools
 	$(MAKE) -C stubdom install
-ifeq (x86_64,$(XEN_TARGET_ARCH))
-	XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom install-grub
-endif
+#ifeq (x86_64,$(XEN_TARGET_ARCH))
+#	XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom install-grub
+#endif
 
 .PHONY: tools/firmware/seabios-dir-force-update
 tools/firmware/seabios-dir-force-update:
@


1.1
log
@Add xenkernel415 and xentools415 version 4.15.0

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.
@
text
@d1 1
a1 1
$NetBSD: patch-Makefile,v 1.1 2020/05/26 11:12:11 bouyer Exp $
@

