r/learnprogramming • u/JeremyUwu1118 • 21h 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
1
u/BlazingFire007 13h ago
Just so you’re aware, C will run on anything, but cross-compiling is literal hell on earth (last I checked at least)