2009-08-24 Vladimir Serbinenko <phcoder@gmail.com>
Fix OpenBSD and NetBSD support. * include/grub/i386/bsd.h (GRUB_BSD_TEMP_BUFFER): Change to resolve memory address conflict. (OPENBSD_MMAP_ACPI): New definition. (OPENBSD_MMAP_NVS): Likewise. * loader/i386/bsd.c (grub_openbsd_boot): Support OPENBSD_MMAP_ACPI and OPENBSD_MMAP_NVS. Add memory map terminator Explicit cast when calling grub_unix_real_boot. (grub_nebsd_boot): Explicit cast when calling grub_unix_real_boot.
This commit is contained in:
parent
16c84d744c
commit
dd103c4e04
3 changed files with 35 additions and 5 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2009-08-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix OpenBSD and NetBSD support.
|
||||
|
||||
* include/grub/i386/bsd.h (GRUB_BSD_TEMP_BUFFER): Change to resolve
|
||||
memory address conflict.
|
||||
(OPENBSD_MMAP_ACPI): New definition.
|
||||
(OPENBSD_MMAP_NVS): Likewise.
|
||||
* loader/i386/bsd.c (grub_openbsd_boot): Support OPENBSD_MMAP_ACPI
|
||||
and OPENBSD_MMAP_NVS.
|
||||
Add memory map terminator
|
||||
Explicit cast when calling grub_unix_real_boot.
|
||||
(grub_nebsd_boot): Explicit cast when calling grub_unix_real_boot.
|
||||
|
||||
2009-08-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Let user specify NetBSD root device.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue