Assemble via ELF, to enable future linking
authorH. Peter Anvin <hpa@zytor.com>
Thu, 29 May 2008 01:58:00 +0000 (18:58 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 29 May 2008 01:58:00 +0000 (18:58 -0700)
commit4ba801edb01acae7281fe09f6225c38390033817
tree6bee72af361b984332a6414297f2c10f4d6016ad
parentff747ef4c75c9e55c9d5c5552126d994c96da245
Assemble via ELF, to enable future linking

Assemble all files to ELF instead of using the NASM built-in linker.
This can enable us to do actual linking in the future.
13 files changed:
.gitignore
Makefile
dos/Makefile
extlinux.asm
extlinux/Makefile
extlinux/main.c [moved from extlinux/extlinux.c with 100% similarity]
head.inc
layout.inc
ldlinux.asm
lstadjust.pl
mtools/Makefile
syslinux.ld [new file with mode: 0644]
unix/Makefile