-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f6dd6b
commit 4620a76
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
|
||
menuentry "managarm (Weston, e9 output, 1024x768, plainfb)" { | ||
search.fs_uuid @ROOT_UUID@ root | ||
multiboot /boot/managarm/eir-mb1 bochs init.launch=weston plainfb.force=1 | ||
module /boot/managarm/thor | ||
module /boot/managarm/initrd.cpio | ||
multiboot2 /boot/managarm/eir-mb2 bochs init.launch=weston plainfb.force=1 | ||
module2 /boot/managarm/thor | ||
module2 /boot/managarm/initrd.cpio | ||
set gfxpayload="1024x768x32" | ||
} | ||
|
||
menuentry "managarm (kmscon, e9 output, 1024x768, plainfb)" { | ||
search.fs_uuid @ROOT_UUID@ root | ||
multiboot /boot/managarm/eir-mb1 bochs init.launch=kmscon plainfb.force=1 | ||
module /boot/managarm/thor | ||
module /boot/managarm/initrd.cpio | ||
multiboot2 /boot/managarm/eir-mb2 bochs init.launch=kmscon plainfb.force=1 | ||
module2 /boot/managarm/thor | ||
module2 /boot/managarm/initrd.cpio | ||
set gfxpayload="1024x768x32" | ||
} | ||
|
||
menuentry "managarm (Weston, e9 output, 1024x768)" { | ||
search.fs_uuid @ROOT_UUID@ root | ||
multiboot /boot/managarm/eir-mb1 bochs init.launch=weston | ||
module /boot/managarm/thor | ||
module /boot/managarm/initrd.cpio | ||
multiboot2 /boot/managarm/eir-mb2 bochs init.launch=weston | ||
module2 /boot/managarm/thor | ||
module2 /boot/managarm/initrd.cpio | ||
set gfxpayload="1024x768x32" | ||
} | ||
|
||
menuentry "managarm (kmscon, e9 output, 1024x768)" { | ||
search.fs_uuid @ROOT_UUID@ root | ||
multiboot /boot/managarm/eir-mb1 bochs init.launch=kmscon | ||
module /boot/managarm/thor | ||
module /boot/managarm/initrd.cpio | ||
multiboot2 /boot/managarm/eir-mb2 bochs init.launch=kmscon | ||
module2 /boot/managarm/thor | ||
module2 /boot/managarm/initrd.cpio | ||
set gfxpayload="1024x768x32" | ||
} | ||
|
||
menuentry "managarm (development: profiling)" { | ||
search.fs_uuid @ROOT_UUID@ root | ||
multiboot /boot/managarm/eir-mb1 bochs init.launch=weston plainfb.force=1 kernel-profile | ||
module /boot/managarm/thor | ||
module /boot/managarm/initrd.cpio | ||
multiboot2 /boot/managarm/eir-mb2 bochs init.launch=weston plainfb.force=1 kernel-profile | ||
module2 /boot/managarm/thor | ||
module2 /boot/managarm/initrd.cpio | ||
set gfxpayload="1024x768x32" | ||
} | ||
|
||
menuentry "managarm (sway, e9 output, 1024x768)" { | ||
search.fs_uuid @ROOT_UUID@ root | ||
multiboot /boot/managarm/eir-mb1 bochs init.launch=sway | ||
module /boot/managarm/thor | ||
module /boot/managarm/initrd.cpio | ||
multiboot2 /boot/managarm/eir-mb2 bochs init.launch=sway | ||
module2 /boot/managarm/thor | ||
module2 /boot/managarm/initrd.cpio | ||
set gfxpayload="1024x768x32" | ||
} |