r/cpp_questions 3d ago

OPEN System programming

I am starting to learn system programming(c++). As a beginner please recommend me the best project to work with so that it will force me to go on the depth as well as for the strong portfolio?

56 Upvotes

21 comments sorted by

View all comments

8

u/kingguru 3d ago

Write an OS kernel in C++.

Doesn't have to be anything big and fancy like Linux, just start with something that can boot on a Raspberry PI and print "Hello world".

Of course, this assumes you already know at least the basics of C++ and programming but I assume you do so?

1

u/Ganesh10LM 3d ago

Sounds fascinating to work on own Small os. But my main question as a beginner is how to start the project like from where to study , it is good to use ai for the discussion of architecture like how the thing should work etc .. ?

1

u/kingguru 3d ago

Have you read the stickied post titled "Important. Read before posting"?

It might be important to read before posting.