Idea

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
edy42

Idea

Post by edy42 »

I have decided to do a project on operating system design for my science fair project at school. I have been doing some research, and am trying to find some concept that hasn't been exstensively tested or explored. Most of the information that I read is about established operating system design practices, and I am having trouble finding information about cutting edge ideas that have yet to be fully explored. Does anyone have any suggestions on possible ideas or good sources of information? Thanks.
User avatar
Colonel Kernel
Member
Member
Posts: 1437
Joined: Tue Oct 17, 2006 6:06 pm
Location: Vancouver, BC, Canada
Contact:

Re:Idea

Post by Colonel Kernel »

Exokernels seem to be an active area of OS research right now.
Top three reasons why my OS project died:
  1. Too much overtime at work
  2. Got married
  3. My brain got stuck in an infinite loop while trying to design the memory manager
Don't let this happen to you!
Curufir

Re:Idea

Post by Curufir »

Exokernel seems to be the most fashionable research area right now (A simple google should turn up plenty of links).

Another fun idea to explore might be a massively distributed operating system, where every computer in the system just represents more resources for the whole system (That would be an extension of grid computing to general use).
edy42

Re:Idea

Post by edy42 »

Thanks, for your help. I will look into these ideas.
Post Reply