D Bare Bones: Difference between revisions

Jump to navigation Jump to search
m
[unchecked revision][unchecked revision]
Line 140:
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.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu