Deleted inb and outb functions.

This commit is contained in:
2020-08-01 19:05:37 -05:00
parent 39710685fb
commit 6dc610c9aa
4 changed files with 1 additions and 26 deletions

View File

@@ -8,8 +8,7 @@ if x86
quark_kernel_SOURCES += x86/pagetableentry.cpp \
x86/mmap.cpp \
x86/interrupts.cpp \
x86/entry.S \
x86/pio.S
x86/entry.S
quark_kernel_LDFLAGS += -T x86/linker.ld
quark_kernel_DEPENDENCIES = x86/linker.ld
endif