mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-05 19:11:14 +00:00
* conf/common.rmk (pkgdata_MODULES): Add hexdump.mod. (hexdump_mod_SOURCES): New variable. (hexdump_mod_CFLAGS): Likewise. (hexdump_mod_LDFLAGS): Likewise. * conf/i386-pc.rmk (grub_emu_SOURCES): Add command/hexdump.c. * conf/i386-efi.rmk (grub_emu_SOURCES): Add command/hexdump.c. * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add command/hexdump.c. * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add command/hexdump.c. * include/grub/hexdump.h: New file. * commands/hexdump.c: New file. |
||
|---|---|---|
| .. | ||
| i386 | ||
| ieee1275 | ||
| blocklist.c | ||
| boot.c | ||
| cat.c | ||
| cmp.c | ||
| configfile.c | ||
| echo.c | ||
| help.c | ||
| hexdump.c | ||
| ls.c | ||
| search.c | ||
| terminal.c | ||
| test.c | ||
| videotest.c | ||