diff options
Diffstat (limited to 'src/rust-elfloader/README.md')
-rw-r--r-- | src/rust-elfloader/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rust-elfloader/README.md b/src/rust-elfloader/README.md new file mode 100644 index 0000000..c49f38c --- /dev/null +++ b/src/rust-elfloader/README.md @@ -0,0 +1,11 @@ +[![Build Status](https://travis-ci.org/gz/rust-elfloader.svg?branch=master)](https://travis-ci.org/gz/rust-elfloader) + +# rust-elfloader + +A library to load and relocate ELF files in memory. +This library depends only on libcore so it can be used in kernel level code, +for example to load user-space programs. + +This library reuses a modified version of the types.rs +file from [rust-elf](https://github.com/cole14/rust-elf) +by Christopher Cole.
\ No newline at end of file |