From 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 18:10:13 +0100 Subject: libc: implement err/warn functions --- bin/sync/arch/x86_64/sync.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bin/sync/arch/x86_64/sync.s (limited to 'bin/sync/arch/x86_64/sync.s') diff --git a/bin/sync/arch/x86_64/sync.s b/bin/sync/arch/x86_64/sync.s new file mode 100644 index 00000000..f1fc7ffc --- /dev/null +++ b/bin/sync/arch/x86_64/sync.s @@ -0,0 +1,5 @@ +.globl _start + +_start: + mov 162, %rax + syscall -- cgit v1.2.3