add disk info interrupt

This commit is contained in:
2024-12-12 17:19:43 +09:00
parent bc671ff92b
commit 14fac398c5
5 changed files with 116 additions and 1 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 fmt.c a20.c time.c mem.c cpu.c alloc.c
ESRCS = pccon.c sricon.c print.c fmt.c a20.c time.c mem.c cpu.c alloc.c disk.c
OBJS += $(ESRCS:.c=.o)
include $(SDIR)/Makefile.inc