* grub-core/mmap/mmap.c (grub_cmd_cutmem): New function.

(GRUB_MOD_INIT): Register new command.
	(GRUB_MOD_FINI): Unregister new command.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-20 22:11:52 +02:00
parent 74342e312f
commit 2ea57f8844
2 changed files with 64 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2010-09-20 Vladimir Serbinenko <phcoder@gmail.com>
New command cutmem.
* grub-core/mmap/mmap.c (grub_cmd_cutmem): New function.
(GRUB_MOD_INIT): Register new command.
(GRUB_MOD_FINI): Unregister new command.
2010-09-20 Vladimir Serbinenko <phcoder@gmail.com>
Support some annoying BSD and Minix subpartitions.