User:MartinRoth: Difference between revisions
Jump to navigation
Jump to search
MartinRoth (talk | contribs) |
MartinRoth (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
===Payloads=== | ===Payloads=== | ||
* [http://www.memtest.org/download/ memtest downloads] | * [http://www.memtest.org/download/ memtest downloads] | ||
==Fedora setup== | |||
Tested on Fedora 20 & 21 | |||
sudo yum install git gcc gcc-c++ flex bison ncurses-devel acpica wget patch pciutils-devel | |||
git clone http://review.coreboot.org/coreboot | |||
cd coreboot | |||
git submodule update --init --checkout | |||
make crossgcc-i386 | |||
Optional installs: | |||
sudo yum install ccache clang |
Revision as of 00:36, 12 January 2015
Martin Roth
- coreboot@martinroth.com
Links
General Hardware & BIOS
Payloads
Fedora setup
Tested on Fedora 20 & 21
sudo yum install git gcc gcc-c++ flex bison ncurses-devel acpica wget patch pciutils-devel git clone http://review.coreboot.org/coreboot cd coreboot git submodule update --init --checkout make crossgcc-i386
Optional installs:
sudo yum install ccache clang