-
-
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
Showing
4 changed files
with
70 additions
and
80 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,67 @@ | ||
timeout: 3 | ||
|
||
/managarm (Weston, e9 output, plainfb) | ||
kernel_path: boot():/managarm/eir-mb2 | ||
protocol: multiboot2 | ||
cmdline: bochs init.launch=weston plainfb.force=1 | ||
|
||
module_path: boot():/managarm/thor | ||
module_path: boot():/managarm/initrd.cpio | ||
|
||
/managarm (kmscon, e9 output, plainfb) | ||
kernel_path: boot():/managarm/eir-mb2 | ||
protocol: multiboot2 | ||
cmdline: bochs init.launch=kmscon plainfb.force=1 | ||
|
||
module_path: boot():/managarm/thor | ||
module_path: boot():/managarm/initrd.cpio | ||
|
||
/managarm (sway, e9 output, plainfb) | ||
kernel_path: boot():/managarm/eir-mb2 | ||
protocol: multiboot2 | ||
cmdline: bochs init.launch=sway plainfb.force=1 | ||
|
||
module_path: boot():/managarm/thor | ||
module_path: boot():/managarm/initrd.cpio | ||
|
||
/managarm (Weston, e9 output) | ||
kernel_path: boot():/managarm/eir-mb2 | ||
protocol: multiboot2 | ||
cmdline: bochs init.launch=weston | ||
|
||
module_path: boot():/managarm/thor | ||
module_path: boot():/managarm/initrd.cpio | ||
|
||
/managarm (kmscon, e9 output) | ||
kernel_path: boot():/managarm/eir-mb2 | ||
protocol: multiboot2 | ||
cmdline: bochs init.launch=kmscon | ||
|
||
module_path: boot():/managarm/thor | ||
module_path: boot():/managarm/initrd.cpio | ||
|
||
/Physical hardware | ||
//managarm (Weston, serial output, plainfb) | ||
kernel_path: boot():/managarm/eir-mb2 | ||
protocol: multiboot2 | ||
cmdline: serial init.launch=weston plainfb.force=1 | ||
|
||
module_path: boot():/managarm/thor | ||
module_path: boot():/managarm/initrd.cpio | ||
|
||
//managarm (kmscon, serial output, plainfb) | ||
kernel_path: boot():/managarm/eir-mb2 | ||
protocol: multiboot2 | ||
cmdline: serial init.launch=kmscon plainfb.force=1 | ||
|
||
module_path: boot():/managarm/thor | ||
module_path: boot():/managarm/initrd.cpio | ||
|
||
/Expert options | ||
//managarm (profiling, Weston, e9 output, plainfb) | ||
kernel_path: boot():/managarm/eir-mb2 | ||
protocol: multiboot2 | ||
cmdline: kernel-profile bochs init.launch=weston plainfb.force=1 | ||
|
||
module_path: boot():/managarm/thor | ||
module_path: boot():/managarm/initrd.cpio |
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