A Way of making user interactive OS
Posted: Tue Mar 25, 2008 12:25 pm
I have been developing a simple kernel, which prints out a simple strange message to the screen .for now what I am planning to do is… I want to work on some shell programming, which, let the user of my OS to do some little stuffs like creating directory and files etc…
I just want the whole Idea of when to begin writing this shell scripting stuff?
Do I need to write some modules that integrate my shell scripts to my kernel.bin?
How can I let my OS users to execute commands if shell is not the way to do these things?
Can I integrate Linux’s bourne shell to my OS? How?
Thanks
I just want the whole Idea of when to begin writing this shell scripting stuff?
Do I need to write some modules that integrate my shell scripts to my kernel.bin?
How can I let my OS users to execute commands if shell is not the way to do these things?
Can I integrate Linux’s bourne shell to my OS? How?
Thanks