summaryrefslogtreecommitdiff
path: root/com32/include/syslinux/disk.h
Commit message (Expand)AuthorAgeFilesLines
* com32/disk: Code cleanup at disk_write_sectors and disk_read_sectors.Raphael S.Carvalho2013-09-301-0/+7
* disklib: updates - lbacnt, bps, misc. thingsMichal Soltys2010-10-081-8/+30
* disklib: small fixes / addonsMichal Soltys2010-08-201-5/+6
* chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump()Shao Miller2010-07-101-0/+1
* chain.c32, libcom32: Move struct gpt as disk_gpt_headerShao Miller2010-07-101-0/+27
* chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump()Shao Miller2010-07-101-0/+2
* chain.c32, libcom32: Move guid_to_str() and str_to_guid()Shao Miller2010-07-101-13/+2
* chain.c32, libcom32: Move struct gpt_part as disk_gpt_part_entryShao Miller2010-07-101-0/+10
* chain.c32, libcom32: Move guid_le_walk_mapShao Miller2010-07-101-0/+13
* chain.c32, libcom32: Move struct guidShao Miller2010-07-101-0/+14
* chain.c32, libcom32: Move struct mbr as disk_dos_mbrShao Miller2010-07-101-0/+10
* chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump()Shao Miller2010-07-101-0/+1
* chain.c32, libcom32: Move struct part_entry as disk_dos_part_entryShao Miller2010-07-101-0/+10
* chain.c32, libcom32: Move chs macros and chs typedef as disk_chsShao Miller2010-07-101-0/+11
* libcom32 disk: A slight grunt of constipationShao Miller2010-07-101-6/+6
* chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector()Shao Miller2010-07-101-0/+2
* chain.c32, libcom32: Move write_sector() as disk_write_sector()Shao Miller2010-07-101-0/+2
* chain.c32, libcom32: Move read_sectors() as disk_read_sectors()Shao Miller2010-07-101-0/+3
* chain.c32, libcom32: Move struct ebios_dapa as disk_ebios_dapaShao Miller2010-07-101-0/+8
* chain.c32, libcom32: Move get_disk_params() as disk_get_params()Shao Miller2010-07-101-0/+9
* chain.c32, libcom32: Move int13_retry() as disk_int13_retry()Shao Miller2010-07-101-0/+4
* libcom32: Introduce disk header and moduleShao Miller2010-07-101-0/+41