forked from Bananymous/banan-os
Kernel: Start working on filesystem
We have a basic PATA driver (for reading) and gpt parser.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user