mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
14 lines
221 B
Text
14 lines
221 B
Text
|
|
# This will make a target directory of ./via
|
|
target via
|
|
|
|
# VIA test mainboard
|
|
mainboard via/vt5292
|
|
|
|
# Enable Serial Console for debugging
|
|
option SERIAL_CONSOLE
|
|
|
|
linux /usr/src/linux
|
|
|
|
option CMD_LINE='"root=/dev/hda1"'
|
|
|