summaryrefslogtreecommitdiff
path: root/extlinux/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.