I am attempting to write an OS from scratch and I have come up with a couple questions that somebody can hopefully clarify for me as I cannot continue without the following knowledge.
1).Since a critical function like require is unavailable, can someone point me to general steps needed to write a custom require function.
2).What would be needed to implement a custom filesystem without any libraries from openos.
Any help is greatly appreciated