bonzini / qboot

Minimal x86 firmware for booting Linux kernels
GNU General Public License v2.0
704 stars 118 forks source link

Replace meson with Makefile and verify size of bios.bin #27

Open osresearch opened 4 years ago

osresearch commented 4 years ago

Since meson isn't working for me on ubtuntu 18.04 (#25), this replaces the meson.build with a Makefile so that fewer dependencies are required to build. It also checks the size of the output, since it appears that the objcopy in the current head is including reloc sections (#26)