diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-03-29 22:47:42 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-03-29 22:47:42 +0200 |
commit | 4dcb3ce2ab2baca0b03a8f59389e46ff263e7641 (patch) | |
tree | 0c93a5047f0a9aad4820e736788310318b9b3b9c /sys/src/9/xen | |
parent | 11025d6f4a2c3c7e75010f85c2d3108e602270b7 (diff) |
xen: fix rebootcode linkage
need to strip the a.out header, just like with the pc
kernel.
Diffstat (limited to 'sys/src/9/xen')
-rw-r--r-- | sys/src/9/xen/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |