* partmap/gpt.c (MAX_SECTOR_LOG): New definition.

(gpt_partition_map_iterate): Support non-512B sectors.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-07-02 02:47:10 +02:00
parent d9a0c9413e
commit 1c4827beff
2 changed files with 20 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
* partmap/gpt.c (MAX_SECTOR_LOG): New definition.
(gpt_partition_map_iterate): Support non-512B sectors.
2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
* kern/efi/init.c (grub_efi_init): Disable watchdog.