hexdump.[ch]: utility function for dumping memory regions as hex

This commit is contained in:
Imbus 2025-10-01 02:48:32 +02:00
parent f4342ab221
commit 1ed4b57882
3 changed files with 44 additions and 1 deletions

View file

@ -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 $@