summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-29 03:10:11 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-29 03:10:33 +0100
commit690fa2807e10f10edd20ce971b900457d7504ff3 (patch)
tree174a6a0cc9ee23187d3ac847d955671ff231dd60 /doc
parent455e647ee1fa5ef74c3fe67884adad05d56655d0 (diff)
feat: NectarCompiler+AMD64.cc: Mangle name like C functions. Fixes. and doc tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/notices/dyld.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/notices/dyld.md b/doc/notices/dyld.md
new file mode 100644
index 0000000..9c97e4d
--- /dev/null
+++ b/doc/notices/dyld.md
@@ -0,0 +1,7 @@
+# Linking on Linux:
+
+You will need:
+
+`ld -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -lc inner.o -o a.out`
+
+As The Linux Kernel will **not** let you load dynamic libraries without a loader.