Page 1 of 1

Kernel Implementation...

Posted: Sun Feb 22, 2004 12:00 am
by Freakyprogrammer
Hey, I was wondering how I should implement my kernel, I have been thinking about making it as "ignorant"-(for lack of better words)as possible and have it load my shell, or should my shell be built in. then after the shell has been loaded other 32-bit applications will be loaded... any input will greatly help me, thx

        peace out
              - FreakyProgrammer

RE:Kernel Implementation...

Posted: Mon Feb 23, 2004 12:00 am
by bubach
At the very begining u could have a simple shell built in, just for testing that for ex. you screen output and keyboard input works.. ;-)

/ Christoffer