summaryrefslogtreecommitdiff
path: root/com32/modules/chain.c
Commit message (Expand)AuthorAgeFilesLines
* split chain into chain + iterator, expand iterators' codeMichal Soltys2010-08-161-1364/+0
* Merge branch 'master' into chaindevMichal Soltys2010-08-141-0/+26
|\
| * chain: Extra comments; shrink the new space to minimumGene Cumm2010-08-011-5/+5
| * chain: Just assign the value rather than using memcpy()Gene Cumm2010-08-011-4/+1
| * chain: add drmk= to usageGene Cumm2010-08-011-0/+1
| * chain: Fix up and clean up DRMK load code; fix filename length; Patch memory.Gene Cumm2010-08-011-11/+8
| * chain.c32: prepare for loading DRMKGene Cumm2010-08-011-0/+31
| * chain.c: fix public index value in mbr and gpt iteratorsMichal Soltys2010-07-301-3/+3
* | chain.c: fix public index value in mbr and gpt iteratorsMichal Soltys2010-07-301-3/+3
* | chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump()Shao Miller2010-07-101-37/+2
* | chain.c32, libcom32: Move struct gpt as disk_gpt_headerShao Miller2010-07-101-33/+8
* | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump()Shao Miller2010-07-101-27/+6
* | chain.c32, libcom32: Move guid_to_str() and str_to_guid()Shao Miller2010-07-101-90/+0
* | chain.c32, libcom32: Move struct gpt_part as disk_gpt_part_entryShao Miller2010-07-101-18/+9
* | chain.c32, libcom32: Move guid_le_walk_mapShao Miller2010-07-101-12/+0
* | chain.c32, libcom32: Move struct guidShao Miller2010-07-101-12/+0
* | chain.c32, libcom32: Move struct mbr as disk_dos_mbrShao Miller2010-07-101-24/+16
* | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump()Shao Miller2010-07-101-37/+4
* | chain.c32, libcom32: Move struct part_entry as disk_dos_part_entryShao Miller2010-07-101-22/+12
* | chain.c32, libcom32: Move chs macros and chs typedef as disk_chsShao Miller2010-07-101-13/+2
* | chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector()Shao Miller2010-07-101-17/+1
* | chain.c32, libcom32: Move write_sector() as disk_write_sector()Shao Miller2010-07-101-58/+1
* | chain.c32, libcom32: Move read_sectors() as disk_read_sectors()Shao Miller2010-07-101-80/+14
* | chain.c32, libcom32: Move struct ebios_dapa as disk_ebios_dapaShao Miller2010-07-101-10/+2
* | chain.c32, libcom32: Move get_disk_params() as disk_get_params()Shao Miller2010-07-101-73/+22
* | chain.c32: Run Nindent on com32/modules/chain.cShao Miller2010-07-101-4/+1
* | chain.c32, libcom32: Move int13_retry() as disk_int13_retry()Shao Miller2010-07-101-22/+2
* | libcom32: Introduce disk header and moduleShao Miller2010-07-101-2/+1
|/
* chain.c32: Put declaration of *stage2 before common codeGert Hulselmans2010-07-051-2/+2
* chain.c32: add grubcfg= for passing an alternative config filename to GRUB L...Gert Hulselmans2010-07-041-9/+112
* chain.c32: pass partition number to stage2 of Grub LegacyGert Hulselmans2010-06-271-5/+8
* chain.c32: only pass partition number in DH, when grldr= is usedGert Hulselmans2010-06-271-1/+11
* chain.c32: add keeppxe to usage output and cleanup commentsGert Hulselmans2010-06-271-21/+25
* Export the 64-bit partition offset and use it in chain.cH. Peter Anvin2010-06-271-2/+3
* chain.c32: fix handover to a logical partitionH. Peter Anvin2010-06-261-48/+65
* chain.c32: "fs" is a singular token, only match if completeH. Peter Anvin2010-06-261-1/+1
* chain: Support booting GPT partition by labelShao Miller2010-06-261-5/+72
* chain: Support booting GPT disk/partition by GUIDShao Miller2010-06-261-22/+148
* chain.c32: correctly set the length of the GPT handover structuresyslinux-4.00-pre61H. Peter Anvin2010-06-251-50/+57
* chain: Implement GPT hand-over protocol as documentedShao Miller2010-06-251-1/+50
* chain: Allow booting the Syslinux partition with "fs"Shao Miller2010-06-241-31/+44
* chain: A sprinkling of documentationShao Miller2010-06-241-20/+29
* chain: Remove type-assurance macro for declarationsShao Miller2010-06-241-7/+6
* chain: Support GPT disksShao Miller2010-06-241-1/+230
* chain: Change disk partition iteration strategyShao Miller2010-06-241-111/+219
* chain: Fix allocation size in read_sectorsShao Miller2010-06-241-1/+1
* chain: Add DOS partition dumping routine for debuggingShao Miller2010-06-231-0/+33
* chain: Use struct mbr where applicableShao Miller2010-06-231-39/+52
* chain: Use CHS typedef and macrosShao Miller2010-06-221-6/+13
* chain: Allow reading more than a single sectorShao Miller2010-06-221-9/+15