summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-18 23:11:43 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-18 23:11:43 +0200
commitecb9bd4ae35843fe73d7a4211414504db4f0f01e (patch)
tree78d554760d0ea0d15f14930ae3c890e52ed3b4cc /README.md
parente822a98fdc001be1a42e688d305c74f1a4970cb0 (diff)
downloadprobe-ecb9bd4ae35843fe73d7a4211414504db4f0f01e.tar.gz
Added disclamer about OS specific code
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b4bf09e..3437b96 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,10 @@ reference them later if I need to.
Every test has it's own `Makefile` so please check that before you try
running it.
+> [!IMPORTANT]
+> Some of the examples are specific to certain operating systems and
+> they will not work everywhere. Take this into account.
+
| Example | Compiler | What does it do? |
|----------------------------------|------------|----------------------------------------------------------------|
| [c-asm](./c-asm) | clang-17 | Calls a function written in ASM from C code. |