2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>

ACPI spoofing

	* commands/acpi.c: new file
	* commands/i386/pc/acpi.c: likewise
	* commands/efi/acpi.c: likewise
	* include/grub/acpi.h: likewise
	* conf/i386-pc.rmk (pkglib_MODULES): added acpi.mod
	(acpi_mod_SOURCES): new variable
	(acpi_mod_CFLAGS): likewise
	(acpi_mod_LDFLAGS): likewise
	* conf/i386-efi.rmk: likewise
	* conf/x86_64-efi.rmk: likewise
This commit is contained in:
phcoder 2009-05-02 22:31:29 +00:00
parent 28a856658d
commit f8efe3ad2d
8 changed files with 1024 additions and 3 deletions

View file

@ -1,3 +1,18 @@
2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
ACPI spoofing
* commands/acpi.c: new file
* commands/i386/pc/acpi.c: likewise
* commands/efi/acpi.c: likewise
* include/grub/acpi.h: likewise
* conf/i386-pc.rmk (pkglib_MODULES): added acpi.mod
(acpi_mod_SOURCES): new variable
(acpi_mod_CFLAGS): likewise
(acpi_mod_LDFLAGS): likewise
* conf/i386-efi.rmk: likewise
* conf/x86_64-efi.rmk: likewise
2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
Missing part from mmap patch