Zig Bare Bones: Difference between revisions

m
fix syntax highlighting error
[unchecked revision][unchecked revision]
m (put syntaxhighlight block in their own line)
m (fix syntax highlighting error)
 
(2 intermediate revisions by the same user not shown)
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 ===