Stefan Berger
2008-Jun-21 13:44 UTC
[Xen-devel] [PATCH] [HVM] [BIOS] Move function calls out of ''post'' function section
Through recent additions to the rombios the code section of the post function has filled up considerably. When I enable the BX_TCGBIOS compile time option the BIOS crashes since the post section code (starts at $e05b) spills over into the nmi entry point (starts at $e2c3). as86 doesn''t cause an error when building. With this option is enabled there are now 12 bytes free ($e2b7 - $e2c2) ... 38253 E2B6 CD 18 int #0x18 38254 E2C3 .org 0xe2c3 ; NMI Handler Entry 38255 0000E2C3 nmi: Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel