Coreboot

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

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
$ make