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.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
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
Link to post
Share on other sites