Coreboot

From NixOS Wiki
Revision as of 23:38, 29 December 2017 by imported>Makefu (fix syntax highlight)

Building

To build your own coreboot bios:

git clone http://review.coreboot.org/coreboot.git; cd coreboot
nix-shell -p ncurses.dev bison flex clang zlib
NIX_LDFLAGS="$NIX_LDFLAGS -lncurses" make menuconfig
make crossgcc