From 5e0b8d508ed51004bd836384293be00950ee62c9 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 20 Feb 2024 18:49:50 +0000 Subject: init gnumach copy --- tests/syscalls.S | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/syscalls.S (limited to 'tests/syscalls.S') diff --git a/tests/syscalls.S b/tests/syscalls.S new file mode 100644 index 0000000..df9c9bc --- /dev/null +++ b/tests/syscalls.S @@ -0,0 +1,4 @@ + + #include + + kernel_trap(invalid_syscall,-31,0) -- cgit v1.2.1