From 4dcb3ce2ab2baca0b03a8f59389e46ff263e7641 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 29 Mar 2020 22:47:42 +0200 Subject: xen: fix rebootcode linkage need to strip the a.out header, just like with the pc kernel. --- sys/src/9/xen/mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/9/xen/mkfile b/sys/src/9/xen/mkfile index 21e4b2dd1..9330581f6 100644 --- a/sys/src/9/xen/mkfile +++ b/sys/src/9/xen/mkfile @@ -148,7 +148,7 @@ rebootcode.$O: ../pc/rebootcode.s mem.h $AS ../pc/rebootcode.s rebootcode.out: rebootcode.$O - $LD -l -R4 -s -o $target -T0x1000 $prereq + $LD -l -R4 -s -o $target -T0x1000 -H3 $prereq acid:V: $CC -a -w main.c>acid -- cgit v1.2.3