Zig Bare Bones: Difference between revisions

m
remove unsupported language
[unchecked revision][unchecked revision]
m (put syntaxhighlight block in their own line)
m (remove unsupported language)
Line 260:
<code>multiboot</code> asks GRUB to load our kernel from <code>/boot/kernel.elf</code>, and GRUB automatically runs <code>boot</code> after the menu block, which will fire the boot.
 
<syntaxhighlight lang="unixconfig">
menuentry "Zig Bare Bones" {
multiboot /boot/kernel.elf