hexdump.[ch]: utility function for dumping memory regions as hex
This commit is contained in:
parent
f4342ab221
commit
1ed4b57882
3 changed files with 44 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -67,7 +67,8 @@ KERNEL_OBJ := \
|
|||
kern/libkern/mini-printf.o \
|
||||
kern/libkern/stdio.o \
|
||||
kern/libkern/buddy.o \
|
||||
kern/libkern/badrand.o
|
||||
kern/libkern/badrand.o \
|
||||
kern/libkern/hexdump.o
|
||||
|
||||
kern/kernel.elf: $(KERNEL_OBJ)
|
||||
@echo LD $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue