Os project ?
Posted: Sun Apr 15, 2012 6:06 pm
I browsed thru all the osdev 200 or so os projects list here
http://wiki.osdev.org/Projects
I am wondering a few things from the projects and project osdev page
Or if there are other non-mainstream/non-commerical projects that osdev doesn't know about or are hosted somewhere else.
Question 2
Is I am curious what constitutes the difference in an os being non-mainstream/non-commerical or mainstream/commerical is there some defining factor. Or is it just by personal judgement of how developed an OS or weather they want to make it commerical....? I see reactos is in this list though it is more of a mainstream focus / well developed in my book (same with plan9 , MenuetOS ,..etc). I would say since most of the 200 or so OS listed are simple toy os's (i.e about 10 or so of them are truely developed to the point of being a little bit more then just poping a message or simple things. And most of those 10 have had multiple people working on them)
But I have to say reactos, haukiu, plan9 , MenuetOS ,...the top 10 etc are "pretty" impressive for a few developers.
Question 3
I know linux and alot of now major commerical os's started out as simple non-mainstream os's.
But I am wondering why osdev doesn't keep a list of all the old versions of mainstream os's like linux,...etc before they became mainstream?
Question 4
Is the closed source old commerical os's like MSDOS , windows 3.0 , windows 95 before nt os's,...etc still closed source or did microsoft ever release there code sort of like apple did with there variations of the system 7 os they customized to make some of there old apple os's?
http://wiki.osdev.org/Projects
I am wondering a few things from the projects and project osdev page
andThis page maintains a list of academic, personal, and small non-commercial operating systems
Was curious if there is more non-mainstream/non-commerical OS or if these 200 or so list are the only known ones.For information regarding commercial or main-stream operating systems visit Wikipedia.
Or if there are other non-mainstream/non-commerical projects that osdev doesn't know about or are hosted somewhere else.
Question 2
Is I am curious what constitutes the difference in an os being non-mainstream/non-commerical or mainstream/commerical is there some defining factor. Or is it just by personal judgement of how developed an OS or weather they want to make it commerical....? I see reactos is in this list though it is more of a mainstream focus / well developed in my book (same with plan9 , MenuetOS ,..etc). I would say since most of the 200 or so OS listed are simple toy os's (i.e about 10 or so of them are truely developed to the point of being a little bit more then just poping a message or simple things. And most of those 10 have had multiple people working on them)
But I have to say reactos, haukiu, plan9 , MenuetOS ,...the top 10 etc are "pretty" impressive for a few developers.
Question 3
I know linux and alot of now major commerical os's started out as simple non-mainstream os's.
But I am wondering why osdev doesn't keep a list of all the old versions of mainstream os's like linux,...etc before they became mainstream?
Question 4
Is the closed source old commerical os's like MSDOS , windows 3.0 , windows 95 before nt os's,...etc still closed source or did microsoft ever release there code sort of like apple did with there variations of the system 7 os they customized to make some of there old apple os's?
once you have the theory of the design and theory of how the os fully works/what you can do. The code writes itself nothing hard about typing with a little practices and a clear path
In that since os development is just an extension of application development with more rules and theory to understand. I would like to say os development is the big picture of application development it gives you the full picture of how everything works and complete control over a system. But at first might seem like new news but one finds in the end it is not much different then application programming except you understand more but can see less with out more effort