some changes to Config files to make config tool works for winfast 6300
This commit is contained in:
parent
52f9abfbfe
commit
da7c7d176a
2 changed files with 12 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ superio sis/950
|
|||
|
||||
option ENABLE_FIXED_AND_VARIABLE_MTRRS
|
||||
object mainboard.o
|
||||
object irq_tables.o
|
||||
keyboard pc80
|
||||
cpu p5
|
||||
cpu p6
|
||||
|
|
|
|||
|
|
@ -1,9 +1,18 @@
|
|||
target winfast # This will make a target directory of ./winfast
|
||||
# Sample config file for Winfast 6300 with DoC Millennium (as root)
|
||||
|
||||
# This will make a target directory of ./winfast
|
||||
target winfast
|
||||
mainboard leadtek/winfast6300
|
||||
|
||||
# Enable Serial Console for debugging
|
||||
option SERIAL_CONSOLE
|
||||
|
||||
# Use DoC Millennium as our storage device
|
||||
option USE_DOC_MIL
|
||||
option INBUF_COPY
|
||||
docipl northsouthbridge/sis/630
|
||||
|
||||
# we have to figure a better way than this!
|
||||
raminit northsouthbridge/sis/630/raminit.inc
|
||||
linux ../../../../linux-2.4.0-test11.sis/
|
||||
linux /usr/src/linux
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue