diff --git a/src/mainboard/elitegroup/k7sem/config.example b/src/mainboard/elitegroup/k7sem/config.example index bfeacbce57..b177520b52 100644 --- a/src/mainboard/elitegroup/k7sem/config.example +++ b/src/mainboard/elitegroup/k7sem/config.example @@ -10,24 +10,24 @@ mainboard elitegroup/k7sem # It will come up at 115200,8n1 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 -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) # 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.0-test12 +linux /usr/src/linux-2.4 # Kernel command line parameters -commandline root=/dev/hda1 - -# We're using disk on chip. Tell it where to find the docipl code -docipl northsouthbridge/sis/730/ipl.S - -option USE_DOC_MIL +commandline root=/dev/hda1 single console=ttyS0,115200 console=tty0 video=sisfb:1024x768-8@60 + + +