summaryrefslogtreecommitdiff
path: root/extlinux/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Centralize more of the version number machineryH. Peter Anvin2008-07-071-2/+3
| | | | Centralize more (most) of the version number machinery to version.pl.
* extlinux: fix handling of /etc/mtabsyslinux-3.71-pre3H. Peter Anvin2008-07-021-27/+30
| | | | | | When we didn't find the filesystem in /proc/mounts, we would go through /etc/mtab, but then completely botch the parsing thereof. Move the parsing to a common function to avoid this problem.
* Assemble via ELF, to enable future linkingH. Peter Anvin2008-05-281-0/+1022
Assemble all files to ELF instead of using the NASM built-in linker. This can enable us to do actual linking in the future.