Coreboot
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
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