qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 2/3] seabios: turn off CONFIG_APMBIOS for 128k build


From: Paolo Bonzini
Subject: Re: [PULL 2/3] seabios: turn off CONFIG_APMBIOS for 128k build
Date: Tue, 12 Sep 2023 15:55:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 9/12/23 12:53, Gerd Hoffmann wrote:
Needed to make the build fit into 128k.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
  roms/config.seabios-128k | 1 +
  1 file changed, 1 insertion(+)

diff --git a/roms/config.seabios-128k b/roms/config.seabios-128k
index d18c802c46e9..bc3ba7f65bcd 100644
--- a/roms/config.seabios-128k
+++ b/roms/config.seabios-128k
@@ -19,3 +19,4 @@ CONFIG_USE_SMM=n
  CONFIG_VGAHOOKS=n
  CONFIG_HOST_BIOS_GEOMETRY=n
  CONFIG_ACPI_PARSE=n
+CONFIG_APMBIOS=n

Why don't we instead drop ``pc-i440fx-1.4`` up to ``pc-i440fx-1.7``, which have been deprecated since 7.0? We cannot get rid of the 128k ROM because isapc uses it, but we can remove PCI and ACPI from it, and solve the size problem once and for all.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]