[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix multiboot/aout, cleanup relocators, etc
From: |
Robert Millan |
Subject: |
[PATCH] fix multiboot/aout, cleanup relocators, etc |
Date: |
Thu, 7 Aug 2008 01:27:53 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hi,
It seems when adding the relocators for ELF, I failed to notice both ELF and
a.out loaders share the same grub_multiboot_real_boot function, and hence my
code was trashing %eax.
Since this functionality is useful for the a.out loader anyway, I decided to
implement it as well. In the process I did some cleanup, mostly to reduce
code duplication among both users of the relocators.
So here's the patch. Please comment!
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
multiboot_reloc.diff
Description: Text Data
- [PATCH] fix multiboot/aout, cleanup relocators, etc,
Robert Millan <=