summaryrefslogtreecommitdiff
path: root/memdisk
Commit message (Expand)AuthorAgeFilesLines
* memdisk: Fix order of sectors/track and bytes/sectorsyslinux-4.06Kenneth J. Davis2012-10-231-2/+2
* Makefile: Use -Ox option to NASMH. Peter Anvin2012-03-261-1/+1
* Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* Merge remote-tracking branch 'genec/memdiskdbg-for-sha0'syslinux-4.04-pre17H. Peter Anvin2011-04-011-7/+54
|\
| * memdisk/dskprobe.c: Add status check to probes 08h and 41hGene Cumm2011-04-011-0/+2
| * memdisk/dskprobe: Align all INT13h probe debug outputGene Cumm2011-01-301-3/+3
| * memdisk/dskprobe: reorder the debug output in probe_int13h_41h to matchGene Cumm2011-01-261-2/+2
| * memdisk/dskprobe: Be consistent in debug outputGene Cumm2011-01-261-0/+4
| * memdisk/dskprobe: Reorder operations to compact the debug outputGene Cumm2011-01-261-8/+13
| * memdisk/dskprobe: Code cleanupGene Cumm2011-01-261-2/+1
| * memdisk/dskprobe: Use status of last command to affect presentGene Cumm2011-01-261-3/+2
| * memdisk/dskprobe: Show the status of the last command when debuggingGene Cumm2011-01-261-0/+35
| * memdisk/dskprobe: Increase the debug outputGene Cumm2011-01-261-5/+8
| * memdisk/dskprobe.c: Additional checks in INT13h AH08h and AH41hShao Miller2011-01-261-2/+2
* | memdisk: make sure the disk type is actually setH. Peter Anvin2011-03-161-2/+6
* | memdisk/setup: Rename int15maxres to setmaxmemGene Cumm2011-02-081-5/+5
* | memdisk: Fix CSRC in MakefileGene Cumm2011-02-081-2/+1
* | memdisk & libcom32: Fix minor errors in previous commitGene Cumm2011-02-082-2/+2
* | memdisk: Undo addition of vpath and removal of tiny filesGene Cumm2011-02-086-2/+5
* | memdisk: remove unnecessary files; add vpath instead; add files to CSRCGene Cumm2011-02-086-6/+5
* | memdisk/setup: Allow suffix processing on mem= parameterGene Cumm2011-02-073-4/+13
* | memdisk: Add strtoull from libcom32 by #includeGene Cumm2011-02-075-0/+5
* | memdisk/setup: remove unneeded code associated with int15maxresGene Cumm2011-02-061-13/+0
* | memdisk/setup: int15maxres: Use 1 const; comment out printf()Gene Cumm2011-02-061-4/+5
* | memdisk/setup: Change int15maxres to parse memory range linesGene Cumm2011-02-061-7/+12
* | memdisk/setup: change option to memGene Cumm2011-02-061-1/+1
* | memdisk/setup: Move duplicate code in int15maxres to new functionGene Cumm2011-02-061-15/+13
* | memdisk: New parameter (int15maxres) for specifying maximum RAMGene Cumm2011-02-051-0/+38
|/
* memdisk: Fix INT 0x13, AH==0x15 disk drive probeShao Miller2011-01-251-1/+1
* memdisk: Enhance disk-probe debugging outputShao Miller2011-01-251-20/+77
* memdisk: Make debug-mode a tad prettierShao Miller2011-01-241-12/+22
* memdisk: use char array for external symbolsH. Peter Anvin2010-11-141-3/+3
* memdisk: add a sector_shift field to the MDI; fix memdiskfindH. Peter Anvin2010-06-222-11/+12
* memdisk: make mstructs.h includable from LinuxH. Peter Anvin2010-06-216-23/+23
* memdisk: Correct El Torito termination responseShao Miller2010-06-151-1/+6
* Merge remote branch 'sha0/mdiskchk_enh2' into pathbasedH. Peter Anvin2010-06-176-180/+245
|\
| * memdisk: Force 32-bit mBFT "safe hook" pointer fieldShao Miller2010-06-112-2/+5
| * memdisk: Move dpt_t into common structures headerShao Miller2010-06-112-33/+33
| * memdisk: mBFT includes the MDIShao Miller2010-06-111-12/+13
| * memdisk: Change patch area to include the entire MDIShao Miller2010-06-113-21/+33
| * memdisk: Use MEMDISK header to access "safe hook"Shao Miller2010-06-112-23/+22
| * memdisk: Use real_addr_t for SEG:OFF fieldsShao Miller2010-06-112-28/+41
| * memdisk: Move common structures into headersShao Miller2010-06-115-104/+141
* | Merge commit 'syslinux-3.86' into pathbasedsyslinux-4.00-pre38H. Peter Anvin2010-04-011-14/+15
|\ \ | |/
| * memdisk: Calculate mBFT checksum laterShao Miller2010-03-301-14/+15
* | Merge branch 'master' into pathbasedH. Peter Anvin2010-03-301-1/+1
|\ \ | |/
| * memdisk: MBR not recognized correctlyBodo Stroesser2010-03-301-1/+1
* | memdisk: drop DEBUG from unzip.cH. Peter Anvin2010-02-281-0/+2
|/
* memdisk: make "nopass" type-specific, add "nopassany"H. Peter Anvin2010-02-081-4/+11
* memdisk: fix non-prototype function declarationH. Peter Anvin2010-01-101-1/+1