Zig Bare Bones: Difference between revisions

Jump to navigation Jump to search
m
fix syntax highlighting error
[unchecked revision][unchecked revision]
(Undo revision 27215 by Lukflug (talk))
Tag: Undo
m (fix syntax highlighting error)
 
Line 224:
We also asks the linker to place <code>.multiboot</code> section at first, because the Multiboot specification says that the Multiboot header must be at the first 8KiB of the kernel file.
 
<pre>
<syntaxhighlight>
ENTRY(_start)
Line 251:
}
}
</pre>
</syntaxhighlight>
 
=== src/grub.cfg ===
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu