Well, instead of commenting on your project's name, I actually tested your OS
.
When I first start it, it shows a blank line near the bottom of the screen. I didn't know what to do, until I realized this was the console.
Tried typing in random words - they just print, nothing happens on enter. Backspace doesn't work.
The commands you gave us work properly (time prints out the time, display tux prints out an ASCII image of Tux)
I noticed that the output is printed
before the actual command - it would print "This is a test" and then it prints "display test".
It seems like a good start (I mean, I haven't gotten to the shell stage yet!). Is the shell in kernel mode or actually a usermode task?
Hope you continue OSDev!
Edit: For some strange and inexplicable reason, typing just 's' or 'e' causes your OS to triple fault...