mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
24 lines
553 B
Text
24 lines
553 B
Text
# Sample config file for PCCHIPS M810LMR with DoC Millennium (as root)
|
|
# This will make a target directory of ./pcchips
|
|
target pcchips
|
|
|
|
# PCCHIPS M810LMR mainboard
|
|
mainboard pcchips/m810lmr
|
|
|
|
# Enable Serial Console for debugging
|
|
option SERIAL_CONSOLE=1
|
|
|
|
# use DOC MIL
|
|
option USE_DOC_MIL=1
|
|
docipl northsouthbridge/sis/730/ipl.S
|
|
|
|
# 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 single
|
|
|
|
|