about summary refs log blame commit diff stats
path: root/tools/iso/kernel.soso/grub.cfg
blob: e8d992d662b268c766c2fbd718233eb54d7fb937 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                  
insmod vbe
insmod vga

menuentry "SOSO DISK" {
        set root=(hd0,1)
        multiboot /boot/kernel.bin
        module /boot/initrd.fat
        set gfxpayload=1024x768x32
        boot
}

menuentry "SOSO CD" {
	set root=(cd)
	multiboot /boot/kernel.bin
	module /boot/initrd.fat
        set gfxpayload=1024x768x32
	boot
}
lor: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
def main [
  local-scope
  a:num <- add 2, 2
  a <- multiply a, 3
  # uncomment the next line to see the output
# $print a
]