From 268841dcb69615f811fcb4988bf24a1cf9661b8a Mon Sep 17 00:00:00 2001 From: Amelia Coutard Date: Sat, 25 Feb 2023 14:14:15 +0100 Subject: [PATCH] Changed the text printed by the userspace a bit --- test_module/test.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_module/test.S b/test_module/test.S index e502530..aa7710a 100644 --- a/test_module/test.S +++ b/test_module/test.S @@ -5,9 +5,9 @@ _start: syscall mov $67, %rdi syscall - mov $68, %rdi + mov $65, %rdi syscall - mov $67, %rdi + mov $66, %rdi syscall mov $10, %rdi syscall -- 2.47.0