summaryrefslogtreecommitdiff
path: root/Kernel/grub-mbr.cfg
blob: cbdf51158adace2f6f1e3889ea90b33e586dafb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
timeout=1

menuentry 'SerenityOS (normal)' {
  root=hd0,1
  multiboot /boot/kernel root=/dev/hda1
}

menuentry 'SerenityOS (No ACPI)' {
  root=hd0,1
  multiboot /boot/kernel root=/dev/hda1 noacpi
}

menuentry 'SerenityOS (with serial debug)' {
	root=hd0,1
  multiboot /boot/kernel serial_debug root=/dev/hda1
}