Fixed a lot of segfaults and bad practices

This commit is contained in:
2024-03-18 10:12:30 +01:00
parent c8170cfd3e
commit ddabaeba7f
10 changed files with 146 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
global _read
global ft_read
extern __errno_location
_read:
ft_read:
mov eax, 0x11
syscall
test rax, rax