From ecb9bd4ae35843fe73d7a4211414504db4f0f01e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 18 Sep 2024 23:11:43 +0200 Subject: Added disclamer about OS specific code --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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. | -- cgit v1.2.3