GRUB2: Difference between revisions

From TUDOS-Wiki
Jump to navigationJump to search
(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…')
 
m (Reverted edits by Ogozasuta (talk) to last revision by Adam)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 22:25, 24 November 2010

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
}