qboot icon indicating copy to clipboard operation
qboot copied to clipboard

Replace meson with Makefile and verify size of bios.bin

Open osresearch opened this issue 5 years ago • 0 comments

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)

osresearch avatar Mar 13 '20 14:03 osresearch