2010-01-21 Vladimir Serbinenko <phcoder@gmail.com>

* term/ieee1275/ofconsole.c (grub_ofconsole_dimensions): Allocate on
	stack since heap is unavailable at that point.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-22 00:07:28 +01:00
parent f9ab2e25d3
commit d645e0f8e8
2 changed files with 17 additions and 21 deletions

View file

@ -1,3 +1,8 @@
2010-01-21 Vladimir Serbinenko <phcoder@gmail.com>
* term/ieee1275/ofconsole.c (grub_ofconsole_dimensions): Allocate on
stack since heap is unavailable at that point.
2010-01-21 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/i386/bsd.h (FREEBSD_N_BIOS_GEOM): Removed.