add example config file for Matsonic M/Bs

This commit is contained in:
Li-Ta Lo 2000-12-06 08:14:48 +00:00
parent 75bdd79519
commit 464504a4e4
2 changed files with 28 additions and 2 deletions

View file

@ -0,0 +1,23 @@
# Sample config file for Matsonic MS7308E with DoC Millennium (as root)
# This will make a target directory of ./matsonic
target matsonic
# WinFast 6300 MAX mainboard
mainboard matsonic/ms7308e
# 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
# Use the internal VGA frame buffer device
# Fixme: this does not effect the Makefile rules for docipl
option HAVE_FRAMEBUFFER
linux /usr/src/linux
option CMD_LINE='"root=/dev/nftla1"'

View file

@ -9,11 +9,14 @@ mainboard leadtek/winfast6300
# Enable Serial Console for debugging # Enable Serial Console for debugging
option SERIAL_CONSOLE option SERIAL_CONSOLE
# Enable MicroCode update and L2 Cache init for PII and PIII
option UPDATE_MICROCODE
option CONFIGURE_L2_CACHE
# Use the internal VGA frame buffer device # Use the internal VGA frame buffer device
# Fixme: this does not effect the Makefile rules for docipl
option HAVE_FRAMEBUFFER option HAVE_FRAMEBUFFER
linux /usr/src/linux linux /usr/src/linux
option CMD_LINE='"root=/dev/hda1"' option CMD_LINE='"root=/dev/nftla1"'