]> git.ipfire.org Git - thirdparty/grub.git/commit
Implement APM
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 15 Sep 2010 09:42:18 +0000 (11:42 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 15 Sep 2010 09:42:18 +0000 (11:42 +0200)
commit890c9fa5f2fd0177d1222c2871ca40510904e800
tree9e63706e0048672d4747b83987140a69bdf43fe1
parente31bb619117766a74a7d5c7f6b87bdcaea7c55c5
Implement APM
grub-core/Makefile.core.def
grub-core/commands/i386/pc/lsapm.c [new file with mode: 0644]
grub-core/lib/legacy_parse.c
grub-core/loader/i386/multiboot_mbi.c
grub-core/loader/multiboot.c
grub-core/loader/multiboot_mbi2.c
include/grub/i386/pc/apm.h [new file with mode: 0644]
include/grub/i386/pc/int.h
include/grub/i386/pc/vesa_modes_table.h [new file with mode: 0644]
include/multiboot.h