source: mainline/boot/grub.efi/x86_64-efi/command.lst@ 94c49fd3

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 94c49fd3 was 83285fd, checked in by Martin Decky <martin@…>, 14 years ago

add configuration choice to boot the ISO image using GRUB for BIOS (common PC) or GRUB for UEFI
a hybrid BIOS/UEFI boot ISO should be also possible to create, but the current mkisofs does not support this

  • Property mode set to 100644
File size: 2.3 KB
Line 
1*acpi: acpi
2*background_image: gfxterm
3*cat: cat
4*cpuid: cpuid
5*crc: hashsum
6*echo: echo
7*functional_test: functional_test
8*gettext: gettext
9*hashsum: hashsum
10*hdparm: hdparm
11*hello: hello
12*help: help
13*hexdump: hexdump
14*inb: iorw
15*inl: iorw
16*inw: iorw
17*keystatus: keystatus
18*kfreebsd: bsd
19*knetbsd: bsd
20*kopenbsd: bsd
21*list_env: loadenv
22*load_env: loadenv
23*loopback: loopback
24*ls: ls
25*lsacpi: lsacpi
26*lspci: lspci
27*md5sum: hashsum
28*menuentry: normal
29*probe: probe
30*read_byte: memrw
31*read_dword: memrw
32*read_word: memrw
33*regexp: regexp
34*save_env: loadenv
35*search: search
36*serial: serial
37*setpci: setpci
38*sha1sum: hashsum
39*sha256sum: hashsum
40*sha512sum: hashsum
41*sleep: sleep
42*submenu: normal
43*terminfo: terminfo
44*test_blockarg: test_blockarg
45*xnu_splash: xnu
46.: configfile
47[: test
48appleloader: appleldr
49authenticate: normal
50badram: mmap
51blocklist: blocklist
52boot: boot
53break: normal
54cat: minicmd
55chainloader: chain
56clear: normal
57cmp: cmp
58configfile: configfile
59continue: normal
60cutmem: mmap
61date: date
62dump: minicmd
63exit: minicmd
64export: normal
65extract_entries_configfile: configfile
66extract_entries_source: configfile
67fakebios: loadbios
68false: true
69fix_video: fixvideo
70gptsync: gptsync
71halt: halt
72help: minicmd
73initrd: linux
74keymap: keylayouts
75kfreebsd_loadenv: bsd
76kfreebsd_module: bsd
77kfreebsd_module_elf: bsd
78knetbsd_module: bsd
79knetbsd_module_elf: bsd
80kopenbsd_ramdisk: bsd
81linux: linux
82loadbios: loadbios
83loadfont: font
84lsefimmap: lsefimmap
85lsefisystab: lsefisystab
86lsfonts: font
87lsmmap: lsmmap
88lsmod: minicmd
89lssal: lssal
90module2: multiboot2
91module: multiboot
92multiboot2: multiboot2
93multiboot: multiboot
94normal: normal
95normal_exit: normal
96outb: iorw
97outl: iorw
98outw: iorw
99parttool: parttool
100password: password
101password_pbkdf2: password_pbkdf2
102play: play
103read: read
104reboot: reboot
105return: normal
106rmmod: minicmd
107search.file: search_fs_file
108search.fs_label: search_label
109search.fs_uuid: search_fs_uuid
110setparams: normal
111shift: normal
112source: configfile
113terminal_input: terminal
114terminal_output: terminal
115test: test
116testload: testload
117true: true
118usb: usbtest
119videoinfo: videoinfo
120videotest: videotest
121write_byte: memrw
122write_dword: memrw
123write_word: memrw
124xnu_devprop_load: xnu
125xnu_kernel64: xnu
126xnu_kernel: xnu
127xnu_kext: xnu
128xnu_kextdir: xnu
129xnu_mkext: xnu
130xnu_ramdisk: xnu
131xnu_resume: xnu
132xnu_uuid: xnu_uuid
133zfs-bootfs: zfsinfo
134zfsinfo: zfsinfo
Note: See TracBrowser for help on using the repository browser.