Kernel Implementation...

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Freakyprogrammer

Kernel Implementation...

Post 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
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

RE:Kernel Implementation...

Post 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
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Post Reply