From: Amelia Coutard Date: Sat, 25 Feb 2023 13:14:15 +0000 (+0100) Subject: Changed the text printed by the userspace a bit X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=268841dcb69615f811fcb4988bf24a1cf9661b8a;p=voyage-au-centre-des-fichiers.git Changed the text printed by the userspace a bit --- 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