I didn't think of that...berkus wrote:And for some non-native english speakers a picture IS worth a thousand words indeed.
Visual overview of an operating system?
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: Visual overview of an operating system?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
Re: Visual overview of an operating system?
While this might be useful to some extent; I feel it would be too abstract to be of any good OS development use. The details of the organizations of operating system components are, by nature, operating system specific.
Besides that, even the basic organizational structure would be very different between, lets say a rmode to pmode operating system; or an i86 architecture to an operating system running on a completely different architecture or embedded platform. (Of course, If you are focusing on i86 OS architecture this does not apply.)
Besides that, even the basic organizational structure would be very different between, lets say a rmode to pmode operating system; or an i86 architecture to an operating system running on a completely different architecture or embedded platform. (Of course, If you are focusing on i86 OS architecture this does not apply.)
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: Visual overview of an operating system?
Since when is exokernel a kernel design?paxcoder wrote:@Love4Boobies: It's not like there's hundreds of distinct designs (and this time I'm even counting exokernels etc as specific designs, although they are not). I think some visual generalization to the few of the existent wiki pages would be cool.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]