Skip to content

Commit

Permalink
Update SeaBIOS to 1.16.2 (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
OverdueWeevil2 committed Aug 6, 2023
1 parent 6048f1c commit b8a39b1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bios/fetch-and-build-seabios.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -e
git clone https://git.seabios.org/seabios.git || true
(cd seabios && git checkout rel-1.12.1)
(cd seabios && git checkout rel-1.16.2)

cp seabios.config seabios/.config
make -C seabios
Expand Down
Binary file modified bios/seabios-debug.bin
Binary file not shown.
4 changes: 3 additions & 1 deletion bios/seabios-debug.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CONFIG_THREADS=y
# CONFIG_RELOCATE_INIT is not set
# CONFIG_BOOTMENU is not set
CONFIG_BOOTORDER=y
CONFIG_MULTIBOOT=y
CONFIG_HOST_BIOS_GEOMETRY=y
CONFIG_ENTRY_EXTRASTACK=y
CONFIG_MALLOC_UPPERMEMORY=y
CONFIG_ROM_SIZE=0
Expand Down Expand Up @@ -81,13 +81,15 @@ CONFIG_MPTABLE=y
CONFIG_ACPI=y
CONFIG_ACPI_DSDT=y
CONFIG_FW_ROMFILE_LOAD=y
CONFIG_ACPI_PARSE=y

#
# VGA ROM
#
# CONFIG_NO_VGABIOS is not set
# CONFIG_VGA_STANDARD_VGA is not set
# CONFIG_VGA_CIRRUS is not set
# CONFIG_VGA_ATI is not set
CONFIG_VGA_BOCHS=y
# CONFIG_VGA_GEODEGX2 is not set
# CONFIG_VGA_GEODELX is not set
Expand Down
Binary file modified bios/seabios.bin
Binary file not shown.
4 changes: 3 additions & 1 deletion bios/seabios.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CONFIG_THREADS=y
# CONFIG_RELOCATE_INIT is not set
# CONFIG_BOOTMENU is not set
CONFIG_BOOTORDER=y
CONFIG_MULTIBOOT=y
CONFIG_HOST_BIOS_GEOMETRY=y
CONFIG_ENTRY_EXTRASTACK=y
CONFIG_MALLOC_UPPERMEMORY=y
CONFIG_ROM_SIZE=0
Expand Down Expand Up @@ -81,13 +81,15 @@ CONFIG_MPTABLE=y
CONFIG_ACPI=y
CONFIG_ACPI_DSDT=y
CONFIG_FW_ROMFILE_LOAD=y
CONFIG_ACPI_PARSE=y

#
# VGA ROM
#
# CONFIG_NO_VGABIOS is not set
# CONFIG_VGA_STANDARD_VGA is not set
# CONFIG_VGA_CIRRUS is not set
# CONFIG_VGA_ATI is not set
CONFIG_VGA_BOCHS=y
# CONFIG_VGA_GEODEGX2 is not set
# CONFIG_VGA_GEODELX is not set
Expand Down
Binary file modified bios/vgabios-debug.bin
Binary file not shown.
Binary file modified bios/vgabios.bin
Binary file not shown.

0 comments on commit b8a39b1

Please sign in to comment.