sortix--sortix/libmount
Jonas 'Sortie' Termansen 109a229b42 The Master Boot Record counts numbers of 512 bytes rather than sectors.
It seems that CD-ROMs with MBRs count number of 512 bytes rather than number
of 2048-byte sectors.
2021-06-17 23:58:19 +02:00
..
include/mount Default to installing GRUB if an existing installation uses GRUB. 2016-10-04 00:34:50 +02:00
.gitignore
Makefile
biosboot.c Default to installing GRUB if an existing installation uses GRUB. 2016-10-04 00:34:50 +02:00
blockdevice.c
crc32.c
devices.c Add ENOMEDIUM. 2021-05-29 00:52:33 +02:00
ext2.c
extended.c Default to installing GRUB if an existing installation uses GRUB. 2016-10-04 00:34:50 +02:00
filesystem.c
gpt.c
harddisk.c Add ENOMEDIUM. 2021-05-29 00:52:33 +02:00
mbr.c The Master Boot Record counts numbers of 512 bytes rather than sectors. 2021-06-17 23:58:19 +02:00
partition.c
util.h
uuid.c