old file:

# Sample config file for Matsonic MS7308E with DoC Millennium (as root)
# arch i386
# This will make a target directory of ./matsonic
target matsonic

# Matsonic MS7308E 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
option HAVE_FRAMEBUFFER

# Path to your kernel (vmlinux)
linux /usr/src/bioslinux

# Kernel command line parameters
commandline root=/dev/nftla1 single console=ttyS0,115200n8 console=tty0

option USE_DOC_MIL


===
new file
# Sample config file for Matsonic MS7308E with DoC Millennium (as root)
# arch i386
# This will make a target directory of ./matsonic
target matsonic

# Matsonic MS7308E mainboard
mainboard matsonic/ms7308e

# Enable Serial Console for debugging
option SERIAL_CONSOLE=1

# Enable MicroCode update and L2 Cache init for PII and PIII
option UPDATE_MICROCODE=1
option CONFIGURE_L2_CACHE=1

# Use the internal VGA frame buffer device
option HAVE_FRAMEBUFFER=1

# Path to your kernel (vmlinux)
linux /usr/src/bioslinux

# Kernel command line parameters
commandline root=/dev/hda1 single console=ttyS0,115200n8 console=tty0

option USE_DOC_MIL=1


Reply via email to