chore: Update makefiles & macros

This commit is contained in:
EnderIce2
2024-11-29 04:24:27 +02:00
parent ce3cf8162a
commit 7948d0c6e5
116 changed files with 682 additions and 740 deletions

View File

@ -29,7 +29,7 @@ namespace Execute
const char *Name,
Tasking::PCB *Process)
{
#if defined(a64)
#if defined(__amd64__)
UNUSED(Name);
debug("Relocatable");
/* TODO: I have to fully implement this, but for now I will leave it as it is now. */
@ -95,7 +95,7 @@ namespace Execute
}
}
}
#elif defined(a32)
#elif defined(__i386__)
#endif
}
}