source: mainline/boot/grub/ia32-pc/i386-pc/command.lst

Last change on this file was a114e09, checked in by Jakub Jermář <jakub@…>, 6 years ago

Allow per-boot-architecture GRUB files

Organize pre-compiled GRUB binaries per-architecture in order to prepare
the layout for adding an AArch64-EFI version of this bootloader:

  • Rename boot/grub.pc to boot/grub/ia32-pc.
  • Rename boot/grub.efi to boot/grub/ia32-efi.
  • Create symlinks boot/grub/amd64-pc and amd64-efi pointing to boot/grub/ia32-pc and ia32-efi, respectively.
  • Property mode set to 100644
File size: 3.7 KB
Line 
1*acpi: acpi
2*all_functional_test: functional_test
3*background_image: gfxterm_background
4*cat: cat
5*cpuid: cpuid
6*crc: hashsum
7*cryptomount: cryptodisk
8*drivemap: drivemap
9*echo: echo
10*extract_syslinux_entries_configfile: syslinuxcfg
11*extract_syslinux_entries_source: syslinuxcfg
12*file: file
13*functional_test: functional_test
14*gettext: gettext
15*halt: halt
16*hashsum: hashsum
17*hdparm: hdparm
18*hello: hello
19*help: help
20*hexdump: hexdump
21*inb: iorw
22*inl: iorw
23*inw: iorw
24*keystatus: keystatus
25*kfreebsd: bsd
26*knetbsd: bsd
27*kopenbsd: bsd
28*list_env: loadenv
29*load_env: loadenv
30*loopback: loopback
31*ls: ls
32*lsacpi: lsacpi
33*lspci: lspci
34*md5sum: hashsum
35*menuentry: normal
36*pcidump: pcidump
37*plan9: plan9
38*probe: probe
39*read_byte: memrw
40*read_dword: memrw
41*read_word: memrw
42*regexp: regexp
43*save_env: loadenv
44*search: search
45*sendkey: sendkey
46*serial: serial
47*setpci: setpci
48*sha1sum: hashsum
49*sha256sum: hashsum
50*sha512sum: hashsum
51*sleep: sleep
52*submenu: normal
53*syslinux_configfile: syslinuxcfg
54*syslinux_source: syslinuxcfg
55*terminfo: terminfo
56*test_blockarg: test_blockarg
57*testspeed: testspeed
58*tr: tr
59*trust: verify
60*verify_detached: verify
61*xnu_splash: xnu
62*zfskey: zfscrypt
63.: configfile
64[: test
65authenticate: normal
66background_color: gfxterm_background
67backtrace: backtrace
68badram: mmap
69blocklist: blocklist
70boot: boot
71break: normal
72cat: minicmd
73cbmemc: cbmemc
74chainloader: chain
75clear: normal
76cmosclean: cmostest
77cmosdump: cmosdump
78cmosset: cmostest
79cmostest: cmostest
80cmp: cmp
81configfile: configfile
82continue: normal
83coreboot_boottime: cbtime
84cutmem: mmap
85date: date
86distrust: verify
87dump: minicmd
88efiemu_loadcore: efiemu
89efiemu_prepare: efiemu
90efiemu_unload: efiemu
91eval: eval
92exit: minicmd
93export: normal
94extract_entries_configfile: configfile
95extract_entries_source: configfile
96extract_legacy_entries_configfile: legacycfg
97extract_legacy_entries_source: legacycfg
98false: true
99freedos: freedos
100gdbstub: gdb
101gdbstub_break: gdb
102gdbstub_stop: gdb
103gptsync: gptsync
104help: minicmd
105hexdump_random: random
106initrd16: linux16
107initrd: linux
108keymap: keylayouts
109kfreebsd_loadenv: bsd
110kfreebsd_module: bsd
111kfreebsd_module_elf: bsd
112knetbsd_module: bsd
113knetbsd_module_elf: bsd
114kopenbsd_ramdisk: bsd
115legacy_check_password: legacycfg
116legacy_configfile: legacycfg
117legacy_initrd: legacycfg
118legacy_initrd_nounzip: legacycfg
119legacy_kernel: legacycfg
120legacy_password: legacycfg
121legacy_source: legacycfg
122linux16: linux16
123linux: linux
124list_trusted: verify
125loadfont: font
126lsapm: lsapm
127lscoreboot: cbls
128lsfonts: font
129lsmmap: lsmmap
130lsmod: minicmd
131macppcbless: macbless
132mactelbless: macbless
133module2: multiboot2
134module: multiboot
135multiboot2: multiboot2
136multiboot: multiboot
137nativedisk: nativedisk
138net_add_addr: net
139net_add_dns: net
140net_add_route: net
141net_bootp: net
142net_del_addr: net
143net_del_dns: net
144net_del_route: net
145net_get_dhcp_option: net
146net_ipv6_autoconf: net
147net_ls_addr: net
148net_ls_cards: net
149net_ls_dns: net
150net_ls_routes: net
151net_nslookup: net
152normal: normal
153normal_exit: normal
154ntldr: ntldr
155outb: iorw
156outl: iorw
157outw: iorw
158parttool: parttool
159password: password
160password_pbkdf2: password_pbkdf2
161play: play
162pxechainloader: pxechain
163read: read
164reboot: reboot
165return: normal
166rmmod: minicmd
167search.file: search_fs_file
168search.fs_label: search_label
169search.fs_uuid: search_fs_uuid
170setparams: normal
171shift: normal
172source: configfile
173terminal_input: terminal
174terminal_output: terminal
175test: test
176testload: testload
177time: time
178true: true
179truecrypt: truecrypt
180usb: usbtest
181vbeinfo: videoinfo
182vbetest: videotest
183videoinfo: videoinfo
184videotest: videotest
185write_byte: memrw
186write_dword: memrw
187write_word: memrw
188xnu_devprop_load: xnu
189xnu_kernel64: xnu
190xnu_kernel: xnu
191xnu_kext: xnu
192xnu_kextdir: xnu
193xnu_mkext: xnu
194xnu_ramdisk: xnu
195xnu_resume: xnu
196xnu_uuid: xnu_uuid
197zfs-bootfs: zfsinfo
198zfsinfo: zfsinfo
Note: See TracBrowser for help on using the repository browser.