mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Sample file
This commit is contained in:
parent
75ac3d4d1a
commit
c4de6e712f
1 changed files with 26 additions and 0 deletions
26
src/mainboard/gigabit/ga-6bxc/ga-6bxc.config.example
Normal file
26
src/mainboard/gigabit/ga-6bxc/ga-6bxc.config.example
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Sample config file for Gigabit GA-6BXC
|
||||||
|
|
||||||
|
# This will make a target directory of ./ga-6bxc
|
||||||
|
target ga-6bxc
|
||||||
|
|
||||||
|
# Gigabit GA-6BXC mainboard
|
||||||
|
mainboard gigabit/ga-6bxc
|
||||||
|
|
||||||
|
# Enable Serial Console for debugging
|
||||||
|
option SERIAL_CONSOLE
|
||||||
|
option NO_KEYBOARD
|
||||||
|
|
||||||
|
# Enable MicroCode update and L2 Cache init for PII and PIII
|
||||||
|
#option UPDATE_MICROCODE
|
||||||
|
#option CONFIGURE_L2_CACHE
|
||||||
|
|
||||||
|
option GA6BXC_256M
|
||||||
|
option INBUF_COPY
|
||||||
|
option DEFAULT_CONSOLE_LOGLEVEL=9
|
||||||
|
option DEBUG
|
||||||
|
|
||||||
|
# Path to your kernel (vmlinux)
|
||||||
|
linux ~/proj/BIOS/freebios/linux
|
||||||
|
|
||||||
|
# Kernel command line parameters
|
||||||
|
commandline root=/dev/hda1 console=ttyS0,1152000 FS_MODE=ro hda=flash hdb=flash
|
Loading…
Add table
Reference in a new issue