Config file mods for via. Example config file.
This commit is contained in:
parent
c0fa9a5321
commit
bdea0ef843
2 changed files with 22 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ southbridge via/vt82c686
|
|||
superio via/vt82c686
|
||||
|
||||
option ENABLE_FIXED_AND_VARIABLE_MTRRS
|
||||
option SUPERIO_DEVFN=0x88
|
||||
object mainboard.o
|
||||
keyboard pc80
|
||||
cpu p5
|
||||
|
|
|
|||
21
util/config/viavt5426.config
Normal file
21
util/config/viavt5426.config
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
# This will make a target directory of ./via
|
||||
target vt5426
|
||||
|
||||
# VIA test mainboard
|
||||
mainboard via/vt5426
|
||||
|
||||
option USE_DOC_MIL
|
||||
docipl northbridge/via/vt8601/ipl.S
|
||||
# Enable Serial Console for debugging
|
||||
option SERIAL_CONSOLE
|
||||
|
||||
# Enable MicroCode update and L2 Cache init for PII and PIII
|
||||
option UPDATE_MICROCODE
|
||||
option CONFIGURE_L2_CACHE
|
||||
|
||||
# Path to your kernel (vmlinux)
|
||||
linux ~/src/bios/linux-2.4.0-via
|
||||
|
||||
option CMD_LINE='"root=/dev/hda1 single"'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue