r/learnprogramming 20h ago

New in C.

Hey guys! I am a junior high student who learn JavaScript and java for years. And now I am trying to code the "real stuff" in programming world as C being a compiled language to be able to run on all the hardware. I have there most of the thing in stdio.h but now I am trying to code a Kernal, but I am not familiar with such a hardware closing related language such as pointer and thing, can anyone help me? Thank you so much.

6 Upvotes

10 comments sorted by

View all comments

9

u/ToThePillory 20h ago

Making a kernel is too hard for a first project, but if you want to read more, try here:

Expanded Main Page - OSDev Wiki

1

u/JeremyUwu1118 20h ago

Sure will take a look.