Kernel: Start working on filesystem

We have a basic PATA driver (for reading) and gpt parser.
This commit is contained in:
Bananymous
2023-02-16 20:00:31 +02:00
parent 94cbacc998
commit 460fc3a29f
6 changed files with 613 additions and 3 deletions

View File

@@ -32,9 +32,11 @@ BUILDDIR=$(abspath build)
KERNEL_OBJS= \
$(KERNEL_ARCH_OBJS) \
kernel/APIC.o \
kernel/ATA.o \
kernel/build_libc.o \
kernel/CPUID.o \
kernel/Debug.o \
kernel/DiskIO.o \
kernel/font.o \
kernel/Input.o \
kernel/InterruptController.o \