2009-06-23 Robert Millan <rmh.grub@aybabtu.com>

* kern/i386/pc/startup.S (real_to_prot): Access `gdtdesc' using
        segment 0x0 unconditionally, because the reference generated by
        GAS is an absolute address.
This commit is contained in:
robertmh 2009-06-22 22:48:20 +00:00
parent a42ce6e962
commit 9bbdfd4d3b
2 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1,9 @@
2009-06-23 Robert Millan <rmh.grub@aybabtu.com>
* kern/i386/pc/startup.S (real_to_prot): Access `gdtdesc' using
segment 0x0 unconditionally, because the reference generated by
GAS is an absolute address.
2009-06-22 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/i386/kernel.h: Include `<grub/machine/machine.h>'.