GRUB2

From TUDOS-Wiki
Revision as of 15:53, 26 December 2009 by Adam (talk | contribs) (Created page with '== GRUB2 == GRUB2 uses a different configuration file syntax. The following boots the famous 'Hello World'. menuentry "L4 hello" { multiboot /bootstrap -serial module /f…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

GRUB2

GRUB2 uses a different configuration file syntax. The following boots the famous 'Hello World'.

menuentry "L4 hello" {
  multiboot /bootstrap -serial
  module /fiasco /fiasco -serial_esc
  module /sigma0 /sigma0
  module /roottask /roottask 
  module /hello /hello
}