Add `lsmmap' command (lists firmware-provided memory map):
* commands/lsmmap.c: New file. * conf/i386-pc.rmk (pkglib_MODULES): Add `lsmmap.mod'. (lsmmap_mod_SOURCES, lsmmap_mod_CFLAGS, lsmmap_mod_LDFLAGS): New variables. * conf/powerpc-ieee1275.rmk: Likewise. * conf/i386-coreboot.rmk: Likewise. * conf/i386-ieee1275.rmk: Likewise.
This commit is contained in:
parent
79d29fd7b8
commit
60d6b16e1e
11 changed files with 322 additions and 8 deletions
1
DISTLIST
1
DISTLIST
|
@ -48,6 +48,7 @@ commands/help.c
|
|||
commands/hexdump.c
|
||||
commands/loadenv.c
|
||||
commands/ls.c
|
||||
commands/lsmmap.c
|
||||
commands/lspci.c
|
||||
commands/read.c
|
||||
commands/reboot.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue