diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-04-01 16:29:06 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-04-01 16:29:06 +0200 |
| commit | 1ef8cd30c6abce5be95d36e4fe33b3089bbb0faa (patch) | |
| tree | e775eaf1889c8e8b4bb8d55875ea6ec1f9f97c7d | |
| parent | e1f7e4a287180f076a55fdf3aa8e1d3230f4e5c3 (diff) | |
[FEAT] Add 'Notice' section for LinuxDynamicLoader notice.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | doc/notices/LinuxDynamicLoader.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/notices/LinuxDynamicLoader.md b/doc/notices/LinuxDynamicLoader.md index 5e5a136..2d982fa 100644 --- a/doc/notices/LinuxDynamicLoader.md +++ b/doc/notices/LinuxDynamicLoader.md @@ -1,5 +1,7 @@ # Linking Nectar on Linux: +## Notice: + You will need: `ld -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -lc inner.o -o a.out` |
