Skip to content

Commit

Permalink
Added some missing changes after updating LGPL'd VGABIOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vruppert committed Jun 10, 2024
1 parent dcc794a commit 3be49b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bochs/bios/VGABIOS-lgpl-README
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ To compile the VGA Bios you will need the following packages:

Untar the archive, and type 'make'. You should get this set of binary files:
"VGABIOS-lgpl-latest.bin", "VGABIOS-lgpl-latest-debug.bin",
"VGABIOS-lgpl-latest-cirrus.bin", "VGABIOS-lgpl-latest-cirrus-debug.bin" and
"VGABIOS-lgpl-latest-banshee.bin".
"VGABIOS-lgpl-latest-cirrus.bin", "VGABIOS-lgpl-latest-cirrus-debug.bin",
"VGABIOS-lgpl-latest-banshee.bin" and "VGABIOS-lgpl-latest-banshee-debug.bin".
Alternatively, you can use one of the precompiled binary files present in
the archive.

Expand Down
2 changes: 1 addition & 1 deletion bochs/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ void bx_init_options()
"Pathname of VGA ROM image to load",
"", BX_PATHNAME_LEN);
path->set_format("Name of VGA BIOS image: %s");
sprintf(name, "%s" DIRECTORY_SEPARATOR "VGABIOS-lgpl-latest", get_builtin_variable("BXSHARE"));
sprintf(name, "%s" DIRECTORY_SEPARATOR "VGABIOS-lgpl-latest.bin", get_builtin_variable("BXSHARE"));
path->set_initial_val(name);
vgarom->set_options(vgarom->SERIES_ASK);

Expand Down
4 changes: 2 additions & 2 deletions bochs/doc/man/bochsrc.5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\"Document Author: Timothy R. Butler - tbutler@uninetsolutions.com"
.TH bochsrc 5 "09 Jun 2024" "bochsrc" "The Bochs Project"
.TH bochsrc 5 "10 Jun 2024" "bochsrc" "The Bochs Project"
.\"SKIP_SECTION"
.SH NAME
bochsrc \- Configuration file for Bochs.
Expand Down Expand Up @@ -461,8 +461,8 @@ You also need to load a VGA ROM BIOS into 0xC0000.

Examples:
vgaromimage: file=bios/VGABIOS-elpin-2.40
vgaromimage: file=bios/VGABIOS-lgpl-latest.bin
vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest.bin
vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest-cirrus.bin

.TP
.I "optromimage1: \fP, \fIoptromimage2: \fP, \fIoptromimage3: \fPor \fIoptromimage4:"
Expand Down

0 comments on commit 3be49b5

Please sign in to comment.