freebsd kernel with SKQ
Go to file
marcel cf8b12efb7 Add mkimg.h. It contains the 'part' structure definition and the linked
list (STAILQ) so that it can be shared and re-used in all source files.
Replace the now unneeded scheme_add_part() with scheme_check_part() for
posterity.

Also (should have been a separate commit), remove the enforcement of
creating a GPT table with at least 128 entries. While this is generally
advised as the default or minimum, it's not actually a hard requirement.
We now recreate a table that's precisely enough (rounded of course).

WHile
2014-03-19 21:44:51 +00:00
Makefile Set BINDIR & WARNS while we're outside the source tree. 2014-03-19 21:37:44 +00:00
mkimg.8 Safe WIP: mkimg is a user-space utility for creating disk images. 2013-08-04 02:37:05 +00:00
mkimg.c Add mkimg.h. It contains the 'part' structure definition and the linked 2014-03-19 21:44:51 +00:00
mkimg.h Add mkimg.h. It contains the 'part' structure definition and the linked 2014-03-19 21:44:51 +00:00
scheme.c Add mkimg.h. It contains the 'part' structure definition and the linked 2014-03-19 21:44:51 +00:00
scheme.h Add mkimg.h. It contains the 'part' structure definition and the linked 2014-03-19 21:44:51 +00:00