Programming an OS

Hey @shahar , welcome to CF!

An interesting question!

You probably could create a simple OS in one of these languages, though usually you will need something lower level to 'kickstart' the system - most system kernels are in Assembly and some flavour of C.

It should be noted that it's not a 'beginner programmer' project - I write code as part of my job but there's no way I'd consider this myself.
OSDev.org is a community of people attempting similar feats and their wiki has some good resources:


Good luck and if you develop something cool be sure to come back and show us :)
 
Back
Top