diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-18 23:11:43 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-18 23:11:43 +0200 |
| commit | ecb9bd4ae35843fe73d7a4211414504db4f0f01e (patch) | |
| tree | 78d554760d0ea0d15f14930ae3c890e52ed3b4cc /README.md | |
| parent | e822a98fdc001be1a42e688d305c74f1a4970cb0 (diff) | |
| download | probe-ecb9bd4ae35843fe73d7a4211414504db4f0f01e.tar.gz | |
Added disclamer about OS specific code
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. | |
