This is the code I'm writing. I'm building a future OS and I'm just now getting into assembly. So far everything is good but Im just stuck on the "$-$$" I know $ refers to the current memory address but then it says $$ refers to the first section. I don't understand what a section is exactly. If its talking about ".section" in my code I don't have that so what is it about?
I tried asking different people but it seems like they were also struggling to explain.