2009-08-24 Vladimir Serbinenko <phcoder@gmail.com>

Support for 64-bit NetBSD.

	* loader/i386/bsd.c (grub_bsd_load_elf): Apply correct mask to entry
	point when booting non-FreeBSD.
This commit is contained in:
phcoder 2009-08-24 12:59:48 +00:00
parent f5ae9f745f
commit adb29902f3
2 changed files with 19 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2009-08-24 Vladimir Serbinenko <phcoder@gmail.com>
Support for 64-bit NetBSD.
* loader/i386/bsd.c (grub_bsd_load_elf): Apply correct mask to entry
point when booting non-FreeBSD.
2009-08-24 Vladimir Serbinenko <phcoder@gmail.com>
Support --no-smp and --no-acpi for NetBSD.