blob: 324a8c25683ab41edc294c5294069461fa4983bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.
|