D Bare Bones: Difference between revisions

m
[unchecked revision][unchecked revision]
m (added source tags)
Line 83:
Assemble that with:
 
<source lang="bash">nasm -f elf -o start.o start.asm</source>
<pre>
nasm -f elf -o start.o start.asm
</pre>
 
==kernel.main.d==
Anonymous user