How does a program written for an os find os functions?
Posted: Sun Oct 22, 2023 6:32 pm
I plan on writing an operating system, mainly in c, and I want the user to be able to run custom programs. How does the program use operating system functions without having to recompile the os?
Do I need to make custom header files and linker scripts for the cross compiler?
Do I need to make custom header files and linker scripts for the cross compiler?