Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can Anyone Please Give Me Any Source For System Programming ( Operating System Programming ) In C ? I Do Not Want To Use Assembly .
Posted
Updated 11-Jan-14 17:52pm
v5
Comments
Ron Beyer 11-Jan-14 22:21pm    
Operating system? Billing system? Accounting System? Business Intelligence System?
Member 10362540 11-Jan-14 22:53pm    
Operating System

As Ron says, we know nothing about your skill level, although the fact that you have asked this questions gives us a clue. Take a look at Building your own operating system[^] and Develop Your Own Operating System in C# or VB.NET[^].
 
Share this answer
 
A guy here wrote a nice article series on the argument. First article: "Beginning Operating System Development, Part One"[^].
 
Share this answer
 
First off saying "I do not want to use assembly" immediately sets you up for failure. At the very least you need assembly to load in your main application.

Second, this is the "quick answers" forum, if you want to learn about operating system programming I would advise you to buy some books and start studying, its not an easy topic. There are a lot of things to understand before you can make the first even simplest OS.

And lastly, we know nothing about your skill level. This is a very advanced topic and isn't something you start off with. Most modern systems are not written in C, not entirely. Try searching Google for "C Operating System" or similar search terms and start reading. There may even be sample code for you to follow.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900