aboutsummaryrefslogtreecommitdiff
path: root/projects/seabios/configs/bios/install
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate SeaBIOS configsAndrew Robbins2018-11-241-1/+0
| | | | | | | | | | | The only difference between the previous "bios" and "vgabios" targets was whether or not a VGA BIOS binary was built along with SeaBIOS. It seemed needless to compile twice in the event that you want both the SeaBIOS payload and its VGA BIOS when you can compile once and make the decision yourself whether to use the produced vgabios.bin
* Rename SeaBIOS targets to less confusing namesAndrew Robbins2017-09-161-0/+1
'txtmode' isn't so much a configuration for textmode as it is a BIOS, simply, and 'vga' is actually the VGABIOS which requires the BIOS being present in order to function; this is contrary to what the original target names may lead one to initially believe.