Basic x86-64 support, not very usable in practice
authornorly <ny-git@enpas.org>
Sat, 15 Jun 2013 20:42:53 +0000 (21:42 +0100)
committernorly <ny-git@enpas.org>
Sat, 15 Jun 2013 21:02:26 +0000 (22:02 +0100)
commit825613b8e4f141a82d2b8be22d7fba68fed5ef96
tree8ade4e195c1a77a3814c44109c4f5cc9e1a5ced7
parent5868bb32246367139f0d17a989650964f90a7958
Basic x86-64 support, not very usable in practice

Turns out that x86-64 aligns LOAD segments to 0x200000 bytes.
Given that the mapping starts at 0x400000, there is not much room to
expand... so there will be a need to add additional LOAD headers.
src/elfops/check.c
src/modelops/fromFile.c
src/modelops/relocate.c
src/modelops/toFile.c