xen: fix rebootcode linkage
need to strip the a.out header, just like with the pc kernel.
This commit is contained in:
parent
11025d6f4a
commit
4dcb3ce2ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue