23 lines
633 B
Text
23 lines
633 B
Text
# Sample config file for Winfast 6300 with DoC Millennium (as root)
|
|
arch i386
|
|
# This will make a target directory of ./winfast
|
|
target winfast
|
|
|
|
# WinFast 6300 MAX mainboard
|
|
mainboard leadtek/winfast6300
|
|
|
|
# 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/linux
|
|
|
|
# Kernel command line parameters
|
|
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 video=sisfb:1024x768-32@85,font:VGA8x16
|