User:MartinRoth: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


:coreboot@martinroth.com
:coreboot@martinroth.com
==Links==
===General Hardware & BIOS===
* [http://helppc.netcore2k.net/topics HelpPC - Asm, C, Hardware, Interrupts, Tables for DOS & BIOS]
* [http://www.ctyme.com/rbrown.htm Ralf Brown's Interrupt List]
===Payloads===
* [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-tools 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:43, 13 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-tools 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