diff options
Diffstat (limited to 'com32/elflink/README')
-rw-r--r-- | com32/elflink/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/com32/elflink/README b/com32/elflink/README new file mode 100644 index 00000000..324a8c25 --- /dev/null +++ b/com32/elflink/README @@ -0,0 +1,24 @@ +SYSLINUX ELF Module Loading Support +=================================== + +This file will contain any relevant information regarding building, integrating +and testing ELF module loading support in SYSLINUX. + + +Initial Development +=================== + +As the ELF modules handling code matures, building and testing will be done +separately from the main SYSLINUX building flow. I have created a Makefile +target that build an user space executable that tests the ELF loading code on +a given ELF object. + +Run: + + make test + +in the current directory to build the test application, then run: + + ./elftest + +to perform the testing. |