SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.35k stars 3.42k forks source link

Multiple labels of same name in start.asm #61

Open jaybh opened 10 years ago

jaybh commented 10 years ago

Is this allowed? I am referring to the .body and .test labels in kernel/arch/x86/start.asm file.