Hi
As a part of my semester project, I am supposed to do a Python based OS. The key idea is, simplest OS that lets you boot successfully and run some simple command line scripts, like how DOS works, but in Python and runs Python.
I am completely baffled as to how to go about it.
The first step is to make the initial boot sequence so that it shows up in the grub. But I can't find anything that would suggest me a way to make that boot sequence. Any help please?
I am not looking for a code. I just want a guideline/helpbook sort of thing that would tell me what all to do/make so that I can make the boot sequence.
Any help is much appreciated.