From e6d2693a836788894373af1b35ed678b3561f6ac Mon Sep 17 00:00:00 2001 From: David Li Date: Tue, 5 Jan 2016 11:02:05 -0700 Subject: Upload elfloader separately --- src/rust-elfloader/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/rust-elfloader/README.md') diff --git a/src/rust-elfloader/README.md b/src/rust-elfloader/README.md index c49f38c..9d3acf6 100644 --- a/src/rust-elfloader/README.md +++ b/src/rust-elfloader/README.md @@ -6,6 +6,11 @@ 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 +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 +by Christopher Cole. + +This library was modified to handle 32-bit ELF files instead. You +probably want the original +[rust-elfloader](https://github.com/gz/rust-elfloader), if you're +looking at this. \ No newline at end of file -- cgit v1.2.3