mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
add arch i386 fo comfig files
This commit is contained in:
parent
752c710520
commit
4abb0055ef
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# Sample config file for Matsonic MS7308E with DoC Millennium (as root)
|
||||
|
||||
arch i386
|
||||
# This will make a target directory of ./matsonic
|
||||
target matsonic
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Sample config file for PCCHIPS M810LMR with DoC Millennium (as root)
|
||||
|
||||
arch i386
|
||||
# This will make a target directory of ./pcchips
|
||||
target pcchips
|
||||
|
||||
|
|
|
@ -20,4 +20,4 @@ option HAVE_FRAMEBUFFER
|
|||
linux /usr/src/linux
|
||||
|
||||
# Kernel command line parameters
|
||||
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single
|
||||
commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 video=sisfb:1024x768-32@85,font:VGA8x16
|
||||
|
|
Loading…
Add table
Reference in a new issue