Always jump to the physical entry address of a Multiboot OS image, even

when the physical one differs from the virtual one.
This commit is contained in:
okuji 2001-06-19 11:31:15 +00:00
parent 247a4c4a73
commit 123b813394
4 changed files with 33 additions and 4 deletions

View file

@ -1,3 +1,11 @@
2001-06-19 OKUJI Yoshinori <okuji@gnu.org>
* stage2/boot.c (load_image): If the image is a Multiboot ELF OS
image, get the physical entry address, when a loaded memory
segment contains it. And, set ENTRY_ADDR to it, after printing
out the virtual one. Suggested by Rogelio M. Serrano Jr.
<rogelio@victorio.com>.
2001-05-30 OKUJI Yoshinori <okuji@gnu.org>
* docs/grub.texi: Fix some typos. Reported by Florian Hatat