mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
config.example for harddrive for k7sem
This commit is contained in:
parent
b1d18823ce
commit
2fe2c8b933
1 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue