Merged i386 PTE class into mmap.cpp

This commit is contained in:
2020-08-01 19:45:19 -05:00
parent a40ca13279
commit 74dae83c85
4 changed files with 150 additions and 196 deletions

View File

@@ -5,8 +5,7 @@ quark_kernel_CPPFLAGS = -ffreestanding -mgeneral-regs-only -O0 -Wall -fno-except
quark_kernel_LDFLAGS = -nostdlib
if x86
quark_kernel_SOURCES += x86/pagetableentry.cpp \
x86/mmap.cpp \
quark_kernel_SOURCES += x86/mmap.cpp \
x86/interrupts.cpp \
x86/entry.S
quark_kernel_LDFLAGS += -T x86/linker.ld