config.example for harddrive for k7sem

This commit is contained in:
Ronald G. Minnich 2002-01-12 23:21:10 +00:00
parent b1d18823ce
commit 2fe2c8b933

View file

@ -10,24 +10,24 @@ mainboard elitegroup/k7sem
# It will come up at 115200,8n1 # It will come up at 115200,8n1
option SERIAL_CONSOLE=1 option SERIAL_CONSOLE=1
# 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
option HAVE_FRAMEBUFFER option HAVE_FRAMEBUFFER=1
#floppy is nice
option MUST_ENABLE_FLOPPY
# We're using disk on chip. Tell it where to find the docipl code
option USE_DOC_MIL
docipl northsouthbridge/sis/730/ipl.S
# Path to your kernel (vmlinux) # Path to your kernel (vmlinux)
# NOTE; you need a path to your test12 kernel here. # NOTE; you need a path to your test12 kernel here.
linux /usr/src/linux-2.2.17-beoboot-pyro1 linux /usr/src/linux-2.4
#linux /usr/src/linux-2.4.0-test12
# Kernel command line parameters # Kernel command line parameters
commandline root=/dev/hda1 commandline root=/dev/hda1 single console=ttyS0,115200 console=tty0 video=sisfb:1024x768-8@60
# We're using disk on chip. Tell it where to find the docipl code
docipl northsouthbridge/sis/730/ipl.S
option USE_DOC_MIL