It's been found to break Win7. Turn it off by default for now.
Signed-off-by: Kevin O'Connor kevin@koconnor.net --- vgasrc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig index b442b3e..9595e84 100644 --- a/vgasrc/Kconfig +++ b/vgasrc/Kconfig @@ -71,7 +71,7 @@ menu "VGA ROM" config VGA_ALLOCATE_EXTRA_STACK depends on BUILD_VGABIOS bool "Allocate an internal stack for 16bit interrupt entry point" - default y + default n help Attempt to allocate (via BIOS PMM call) an internal stack for the legacy 16bit 0x10 interrupt entry point. This