Open roemvaar opened 4 months ago
LKD: "OSo" shall be a portable operating system.
This means that architecture-independent C code must correctly compile and run on a wide range of systems, and that architecture dependent code must be properly segregated in system-specific directories in the kernel source tree.
Read chapter 29 of Clean Architecture book and refactor your code to support multiple architectures.