summaryrefslogtreecommitdiff
path: root/memdisk
Commit message (Expand)AuthorAgeFilesLines
* Make version.mk optional, so cleaning commands worksyslinux-3.71-pre6H. Peter Anvin2008-07-071-1/+1
* Share the gen-id stuff between core and memdiskH. Peter Anvin2008-07-072-1/+15
* Centralize more of the version number machineryH. Peter Anvin2008-07-073-6/+8
* memdisk: install a DPT if needed in INT 1Eh; better zero-drive detectionH. Peter Anvin2008-07-033-15/+61
* memdisk/version.h: bump copyright yearH. Peter Anvin2008-07-031-1/+1
* TEST: issue a null command to the KBC as part of A20-flippingsyslinux-3.70-pre19H. Peter Anvin2008-06-181-2/+16
* fdgeo.pl: exit values; fix division by zeroH. Peter Anvin2008-06-101-0/+3
* Whitespace cleanupH. Peter Anvin2008-06-094-4/+3
* MEMDISK: algorithmic determination of floppy formatsH. Peter Anvin2008-06-072-19/+102
* MEMDISK: Use aligning memcpy/memset, compile with -mregparm=3syslinux-3.70-pre14H. Peter Anvin2008-06-065-51/+168
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-1/+1
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-121-1/+2
* memdisk: allow up to 1024 e820 descriptorsH. Peter Anvin2008-04-081-1/+1
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-1/+1
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-4/+4
* Standardize format for copyright lines and updateH. Peter Anvin2008-01-161-1/+1
* Update copyright yearH. Peter Anvin2008-01-1012-12/+12
* Move doc files to doc/, and add man pages from Debiansyslinux-3.55-pre2H. Peter Anvin2007-12-181-202/+0
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-101-3/+4
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-241-1/+1
* memdisk: add "nopass" option to completely take over INT 13hH. Peter Anvin2007-09-212-31/+43
* MEMDISK: Fix register messup in EDDDuane Voth2007-08-271-7/+8
* MEMDISK: Try for better EDD complianceH. Peter Anvin2007-07-082-37/+76
* Forgot to add our own drive to the drive count!syslinux-3.52-pre3H. Peter Anvin2007-06-301-0/+3
* Show list file addresses in absolutesyslinux-3.50H. Peter Anvin2007-06-081-2/+2
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-143-3/+3
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+1
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...H. Peter Anvin2007-01-312-13/+17
|\
| * Fix the Makefile to handle overridden CCH. Peter Anvin2007-01-281-8/+12
| * Remove -m32 from the CC variable globally.H. Peter Anvin2007-01-281-3/+3
| * Update copyright dates to 2007H. Peter Anvin2007-01-271-2/+2
* | MEMDISK: add alias "cbios" == "noebios" == "noedd"H. Peter Anvin2007-01-301-1/+2
* | MEMDISK: ebios/noebios as synonyms to edd/noeddH. Peter Anvin2007-01-301-2/+4
* | MEMDISK: Default to floppy = EDD off, hard disk = EDD on, give optionH. Peter Anvin2007-01-303-9/+31
|/
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...syslinux-3.32-pre7H. Peter Anvin2006-11-211-8/+8
|\
| * Resolve issue with push/pop ordering in raw mode.H. Peter Anvin2006-11-211-8/+8
* | memdisk: Update copyright dateH. Peter Anvin2006-11-131-1/+1
|/
* memdisk: Constrain input drive numbers both by equipment byte and INT 13hsyslinux-3.32-pre4H. Peter Anvin2006-10-301-2/+20
* memdisk: $PnP Installation Check structure length is byte 5, not 2H. Peter Anvin2006-10-241-3/+4
* [memdisk] Enable EDD support by default.syslinux-3.32-pre3H. Peter Anvin2006-10-201-2/+2
* Remove -x c from assembly preprocessingH. Peter Anvin2006-10-171-2/+2
* Remove -traditionalH. Peter Anvin2006-10-171-2/+2
* [memdisk] Saner handling of the values returned to the real-mode code.H. Peter Anvin2006-10-172-17/+18
* [memdisk] Make ES:DI point to the $PnP structure on entryH. Peter Anvin2006-10-172-7/+44
* Add "safeint" mode to memdiskH. Peter Anvin2006-09-283-4/+56
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-176-6/+0
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-1711-11/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-0316-105/+102
* Clean up the EDD code furtherhpa2005-09-251-7/+32