From 0eb7ca75085a0dc045c266577af2d3f16cdf532b Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 30 Jun 2021 10:30:00 -0400 Subject: [PATCH] Document why our 128k config is different from upstream qemu Signed-off-by: Cole Robinson --- config.seabios-128k | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.seabios-128k b/config.seabios-128k index 7e279e1..83a629e 100644 --- a/config.seabios-128k +++ b/config.seabios-128k @@ -19,4 +19,9 @@ CONFIG_USE_SMM=n CONFIG_VGAHOOKS=n CONFIG_HOST_BIOS_GEOMETRY=n CONFIG_ACPI_PARSE=n +# Patch 0002 generates different rom sizes than qemu's +# seabios build, so we need to disable additional bits +# to fit under the rom size limit. For some reason this +# doesn't affect RHEL8 builds, maybe gcc version factors +# in too. CONFIG_SERCON=n