What are codes required to create a new operating system?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Computer Tution

^^ He is asking about Operating System not windows and for creating Operating System you should have a good knowledge of various complex areas of computer science from hardware to software like OS algorithms, Process Management, Semaphores and you should have a good grasp from Low level Language Assembly...
read more
^^ He is asking about Operating System not windows and for creating Operating System you should have a good knowledge of various complex areas of computer science from hardware to software like OS algorithms, Process Management, Semaphores and you should have a good grasp from Low level Language Assembly Language to High level languages like C, C++, Python, Shell Scripting, Frameworks like Django. Moreover OS is a ongoing process which evolves over the time so you should be good at bug fixing, patching with the version control system like CVS, SVN, Git. It will be better if you take a piece of code in the OS and start contributing to it then you will have a knowledge how the process is maintained. One good project I can tell you is that http://www.linuxfromscratch.org/ ie Linux from scratch project. You can also contact me I am also working on something similar to that. Remember : There is not a single piece magic code that creates OS but its the handshaking between different codes and different languages and different process which creates OS. It will be better if you start looking the concepts of OS, Computer Architecture in depth and a start having a good handle on languages like C, Python and Shell Scripting. read less
Comments

You will find the Information of the Codes required to create New Operating System on this Website which is as follows: http://www.codeproject.com/Articles/15843/Building-your-own-operating-system
Comments

Professional C/C++ Programmer ,

For development of OS from scratch , one must understand the fundamentals of operating system like Process management ,Memory management , scheduling algorithms etc. you can start from first understanding the Kernel programming and then move to own coding part. The open source Linux kernel would be...
read more
For development of OS from scratch , one must understand the fundamentals of operating system like Process management ,Memory management , scheduling algorithms etc. you can start from first understanding the Kernel programming and then move to own coding part. The open source Linux kernel would be best if anyone wants development of OS from scratch. The learning curve would be 1) understand the Linux kernel( How to create process/thread data structure , memory management etc. 2) the jump to Device driver coding 3) then move to GUI part of OS ( you can use QT framework to create GUI part ) Below are the some good book and references for beginner 1) Linux.Kernel.Development.3rd.Edition.pdf by Robert Love 2) http://kernelnewbies.org/ - Joing any project and start fixing bugs. read less
Comments

Computer professional

Creating Operating System you should have a good knowledge of various complex areas of computer science from hardware to software like OS algorithms, Process Management, Semaphores and you should have a good grasp from Low level Language Assembly Language to High level languages - See more at: https:...
read more
Creating Operating System you should have a good knowledge of various complex areas of computer science from hardware to software like OS algorithms, Process Management, Semaphores and you should have a good grasp from Low level Language Assembly Language to High level languages - See more at: https://www.urbanpro.com/computer-software/what-are-codes-required-to-create-a-new-operating-system read less
Comments

Computer Science Subjects Geek with Mathematics

Use Arch Linux, where you can build your own OS, per-requsite is only that you have strong foundation of Basic Linux OS viz. ubuntu or fedora.
Comments

Computer Software Training Classes

assembled language
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

Using C programming you build your own operating system. But you should aware deep knowlege about hardware, firmware, OS Process (I/O Management, Memory Management, Process Management)
Comments

Primary Mentor

C++ is the best code for creating operating system
Comments

Trainer

C++ is required to script for OS
Comments

MCA

For creating new operating system first you should have knoweldge of visual c++code
Comments

View 8 more Answers

Related Questions

How many operating systems, I can install in my laptop?
Any number of operating system you can install with the help of Virtual desktop interface or VMware.
Thirumalai
Are there any free online certification courses available or not?
Actually your question is wrong, first decide which certification you need, Then get some working experience, prepare for certification. For the free certification, i never seen any authenticated certification...
Chaganti
Sir, which is the best software course to be learned for higher salary package and to settle well? As I am B.Tech in EEE branch I have no IT back ground. Please suggestion will be welcomed.
It would be great if you go for SAP in many courses of SAP u did not need to have IT background. And yes its a costlier course. But it will give you higher salary packages once you will clear the course....
Niranjan
What is the difference between Paste and Paste Special Option in Excel?
Paste is a feature that lets users cut or copy items from a Cells and transfer them to another. Paste Special allows the items being transferred to be formatted in several different ways. Paste Special...
Vijayalakshmi G M

void main ( )
{
int a [4];
int *p;
P=a;
*P=10;
P++;
*P=20;
P=&a[2];
*P=30
for (int i=0; i<3; i++)
cout <<a[i] <<" , " ,

Write output

Code does not compile as there is no uppercase P declared in the code. If ignored this mistake output is 10, 20 & 30
Anya
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

GIT
In software engineering, software configuration management (SCM) is the task of tracking and controlling changes in the software, part of the larger cross-disciplinary field of configuration management....
R

Learn Conceptually
Whenever you try to learn something, understand the concepts well. This will not only fix the idea in your mind but also help you comprehend the process.
S

Shweta Chauhan

0 0
0

Python breaks into the top three programming languages in the Tiobe Index for the first time.
Python breaks into the top three programming languages in the Tiobe Index for the first time. The popularity of Python shows no sign of waning, with the programming language entering the top three in...

What is Framework?
In computer programming, a software framework is an abstraction in which software providing generic functionality can be selectively changed by additional user-written code, thus providing application-specific...

Student Project Development: How To Go About It?
A lot of students (count me as well) in their final year of IT course are confused and overwhelmed about their Project development. Final Year IT Projects are a crucial milestone in every IT students educational...

Recommended Articles

Whether you are using a laptop or a desktop, the mouse surely takes up time. Imagine if you could alone manage with the keys and not have to move your hands around the mouse? That would have been faster and so much time-saving. For example, Control + Z for undo or Control + Y for redo, definitely saves time when we are...

Read full article >

Decades back, when computers were being introduced in office premises, PPT was a new terminology that all employees tried to learn. Now PPT has made its way far away from offices and is an integral part of schools, colleges, and several other official proceedings. This is because PPT is an user-friendly computerized method...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

MCTS Certification in India The Microsoft Certified Technology Specialist or MCTS certification is suited for professionals who want to get into profession of implementing, building, troubleshooting, and debugging a particular Microsoft technology. The MCTS certification can give you a clear edge over others to showcase...

Read full article >

Looking for Computer Software Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you