freebsd kernel with SKQ
Go to file
marcel 6084642f6d 1. Add -v option to increase vebosity levels
2.  Fix copy-paste bug -- acrually check secsz for being a power of 2
3.  Check secsz and blksz parameters
4.  Print the sector and block size when -v is given
2014-03-27 20:14:40 +00:00
apm.c Allow schemes to specify a maximum sector size. The minimum is fixed 2014-03-25 02:32:04 +00:00
bsd.c Allow schemes to specify a maximum sector size. The minimum is fixed 2014-03-25 02:32:04 +00:00
ebr.c Allow schemes to specify a maximum sector size. The minimum is fixed 2014-03-25 02:32:04 +00:00
gpt.c Allow schemes to specify a maximum sector size. The minimum is fixed 2014-03-25 02:32:04 +00:00
Makefile Use linker sets to provide build-time selection of the schemes 2014-03-20 00:38:17 +00:00
mbr.c Move setting CHS fields to mbr_chs() in preparation of ... 2014-03-25 03:58:13 +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 1. Add -v option to increase vebosity levels 2014-03-27 20:14:40 +00:00
mkimg.h 1. Add -v option to increase vebosity levels 2014-03-27 20:14:40 +00:00
pc98.c Allow schemes to specify a maximum sector size. The minimum is fixed 2014-03-25 02:32:04 +00:00
scheme.c Add scheme_max_secsz() for returning the maximum sector size supported 2014-03-27 20:10:26 +00:00
scheme.h Add scheme_max_secsz() for returning the maximum sector size supported 2014-03-27 20:10:26 +00:00
vtoc8.c Allow schemes to specify a maximum sector size. The minimum is fixed 2014-03-25 02:32:04 +00:00