Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 301 Bytes

File metadata and controls

19 lines (14 loc) · 301 Bytes

g-bios: A light-weight bootloader

Features

  1. Support serial load

Build

make <BOARD>_defconfig
make

please replace the _defconfig with a real defconfig name, for example:

make armvirt_defconfig
make

run make help for all supported defconfig files.