D Bare Bones: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 140: Line 140:
Now finally you can link all of that with:
Now finally you can link all of that with:


<source lang="bash">ld -T linker.ld -o kernel.bin start.o kernel.main.o</source>
<pre>
ld -T linker.ld -o kernel.bin start.o kernel.main.o
</pre>


Your kernel is now kernel.bin, and can now be booted by grub.
Your kernel is now kernel.bin, and can now be booted by grub.