mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:48:14 +00:00

Also added a script to handle creation of GPT partitioned disk (with GRUB config file). Block limit will be used to disallow potential access to other partitions.
11 lines
209 B
INI
11 lines
209 B
INI
timeout=1
|
|
|
|
menuentry 'Serenity (normal)' {
|
|
root=hd0,2
|
|
multiboot /boot/kernel root=/dev/hda2
|
|
}
|
|
|
|
menuentry 'Serenity (with serial debug)' {
|
|
root=hd0,2
|
|
multiboot /boot/kernel serial_debug root=/dev/hda2
|
|
}
|