mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
Kernel: Embrace the SerenityOS name
This commit is contained in:
parent
6a94214502
commit
fed3416bd2
5 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
timeout=1
|
||||
|
||||
menuentry 'Serenity (normal)' {
|
||||
menuentry 'SerenityOS (normal)' {
|
||||
root=hd0,2
|
||||
multiboot /boot/kernel root=/dev/hda2
|
||||
}
|
||||
|
||||
menuentry 'Serenity (with serial debug)' {
|
||||
menuentry 'SerenityOS (with serial debug)' {
|
||||
root=hd0,2
|
||||
multiboot /boot/kernel serial_debug root=/dev/hda2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue