freebsd kernel with SKQ
Go to file
marcel d8d97191a5 Fix writing GPT:
1.  Fix copy-paste bug that resulted in not sizing the image correctly
    for the secondary header and table.
2.  The hdr_lba_end field in the header is the LBA of the last usable
    sector, not the one after it.

While here, fix a white-space nit.
2014-03-21 04:14:26 +00:00
apm.c Add a scheme-specific write callback to write the metadata. 2014-03-20 20:14:26 +00:00
bsd.c Add a scheme-specific write callback to write the metadata. 2014-03-20 20:14:26 +00:00
ebr.c Add a scheme-specific write callback to write the metadata. 2014-03-20 20:14:26 +00:00
gpt.c Fix writing GPT: 2014-03-21 04:14:26 +00:00
Makefile Use linker sets to provide build-time selection of the schemes 2014-03-20 00:38:17 +00:00
mbr.c Add a scheme-specific write callback to write the metadata. 2014-03-20 20:14:26 +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 a scheme-specific write callback to write the metadata. 2014-03-20 20:14:26 +00:00
mkimg.h Dump my WIP of write support for GPT. This compiles, appears to be 2014-03-21 03:27:42 +00:00
pc98.c Add a scheme-specific write callback to write the metadata. 2014-03-20 20:14:26 +00:00
scheme.c Dump my WIP of write support for GPT. This compiles, appears to be 2014-03-21 03:27:42 +00:00
scheme.h Dump my WIP of write support for GPT. This compiles, appears to be 2014-03-21 03:27:42 +00:00
vtoc8.c Add a scheme-specific write callback to write the metadata. 2014-03-20 20:14:26 +00:00