add memprobe

NOTE: print "%llx" "%lld" not working now
This commit is contained in:
2024-12-08 23:14:32 +09:00
parent 8336f11b2a
commit c9c820840f
6 changed files with 102 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ PROG = boot
SRCS = srt0.S gdt.S boot.c
OBJS = srt0.o gdt.o boot.o
ESRCS = pccon.c sricon.c print.c a20.c time.c
ESRCS = pccon.c sricon.c print.c a20.c time.c mem.c
OBJS += $(ESRCS:.c=.o)
include $(SDIR)/Makefile.inc