Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Falcato <[email protected]>
  • Loading branch information
heatd committed Nov 19, 2023
1 parent 3b05bda commit 574d9f7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
================
HOLD - heat's Onyx link editor
================

hold is a simple ELF linker. It only works for POSIX-like platforms.

Building
================

Use meson to build hold, as such::
meson build/
ninja -C build/

The executable will then be at ``build/src/ld.hold``.


Disclaimer
================

This was a fun weekend project and is very incomplete, don't expect it to work properly :)

0 comments on commit 574d9f7

Please sign in to comment.