Creating an Operating System like DOS

Reply

Join Date: Feb 2008
Posts: 6
Reputation: nyt1972 is an unknown quantity at this point 
Solved Threads: 0
nyt1972 nyt1972 is offline Offline
Newbie Poster

Creating an Operating System like DOS

 
0
  #1
Feb 28th, 2008
Hello,

Hope this is the right place to post, I am a student and want to create an OS like DOS just for practice, I know functions, arrays, pinters, structures and file handling but dont know how to start writing an OS, please help me.

Regards.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,412
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1469
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is online now Online
Still Learning

Re: Creating an Operating System like DOS

 
0
  #2
Feb 28th, 2008
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,836
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 119
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso

Re: Creating an Operating System like DOS

 
0
  #3
Feb 28th, 2008
You can download source code for os like minix and play with it.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 6
Reputation: nyt1972 is an unknown quantity at this point 
Solved Threads: 0
nyt1972 nyt1972 is offline Offline
Newbie Poster

Re: Creating an Operating System like DOS

 
0
  #4
Mar 5th, 2008
Originally Posted by ithelp View Post
You can download source code for os like minix and play with it.

Thanks ithelp but I want to learn creating an OS, not to copy others code.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,114
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 281
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: Creating an Operating System like DOS

 
0
  #5
Mar 5th, 2008
You learn by checking out how someone else coded theirs. Find a couple more
O/S's to look at and check for similarities and differences. Linux is also available as source.
Last edited by WaltP; Mar 5th, 2008 at 5:28 am.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 6
Reputation: nyt1972 is an unknown quantity at this point 
Solved Threads: 0
nyt1972 nyt1972 is offline Offline
Newbie Poster

Re: Creating an Operating System like DOS

 
0
  #6
Mar 5th, 2008
Dear you are right but if some one just give me the basic code, I mean just the start and then I can learn from those source codes as well.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,412
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1469
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is online now Online
Still Learning

Re: Creating an Operating System like DOS

 
0
  #7
Mar 5th, 2008
>>but if some one just give me the basic code, I mean just the start
Ok -- here goes
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. // put your code here
  6.  
  7. return 0;
  8. }

Before doing anything, learn to read English. That is an absolute must prerequisit. Apparently you have failed to do that because it seems you did not yet read any of the links or comments in any of the previous posts. Writing an operating system is not child's play or someting that a first or second year college IT student would be expected to tackle. Bill Gates didn't even do that -- he bought the original source code from someone at IBM.
Last edited by Ancient Dragon; Mar 5th, 2008 at 6:53 am.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 978
Reputation: mitrmkar is just really nice mitrmkar is just really nice mitrmkar is just really nice mitrmkar is just really nice mitrmkar is just really nice 
Solved Threads: 208
mitrmkar mitrmkar is offline Offline
Posting Shark

Re: Creating an Operating System like DOS

 
0
  #8
Mar 5th, 2008
Hope this is the right place to post
Well, maybe you actually have to turn to other forums and request for the basic OS starter code there.
By following Ancient Dragon's links above, you probably find relevant places sooner than later.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 9
Reputation: os.hacker64 is an unknown quantity at this point 
Solved Threads: 0
os.hacker64 os.hacker64 is offline Offline
Newbie Poster

Re: Creating an Operating System like DOS

 
0
  #9
Mar 8th, 2008
Last edited by os.hacker64; Mar 8th, 2008 at 12:43 am.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC