]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
2009-08-24 Vladimir Serbinenko <phcoder@gmail.com>
authorphcoder <phcoder@localhost>
Mon, 24 Aug 2009 13:20:24 +0000 (13:20 +0000)
committerphcoder <phcoder@localhost>
Mon, 24 Aug 2009 13:20:24 +0000 (13:20 +0000)
commitdd103c4e042c00e5b59ccdae701f8a4a90f09b3f
treede6b680269e21026cc02bd554388ec3416142b55
parent16c84d744cd724d2f6e0efb4af245e74d914d2f5
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.
ChangeLog
include/grub/i386/bsd.h
loader/i386/bsd.c