Zig Bare Bones: Difference between revisions

Undo revision 27215 by Lukflug (talk)
[unchecked revision][unchecked revision]
m (remove unsupported language)
(Undo revision 27215 by Lukflug (talk))
Tag: Undo
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