Move sensitive instructions from libc into kernel
This commit is contained in:
parent
a06e5c383d
commit
f389ad2655
@ -12,6 +12,13 @@ SRCS+= arch_do_vmctl.c \
|
|||||||
do_sdevio.c \
|
do_sdevio.c \
|
||||||
exception.c \
|
exception.c \
|
||||||
i8259.c \
|
i8259.c \
|
||||||
|
io_inb.S \
|
||||||
|
io_inl.S \
|
||||||
|
io_intr.S \
|
||||||
|
io_inw.S \
|
||||||
|
io_outb.S \
|
||||||
|
io_outl.S \
|
||||||
|
io_outw.S \
|
||||||
klib.S \
|
klib.S \
|
||||||
memory.c \
|
memory.c \
|
||||||
oxpcie.c \
|
oxpcie.c \
|
||||||
|
@ -7,13 +7,6 @@ SRCS+= \
|
|||||||
alloca.S \
|
alloca.S \
|
||||||
get_bp.S \
|
get_bp.S \
|
||||||
getprocessor.S \
|
getprocessor.S \
|
||||||
io_inb.S \
|
|
||||||
io_inl.S \
|
|
||||||
io_intr.S \
|
|
||||||
io_inw.S \
|
|
||||||
io_outb.S \
|
|
||||||
io_outl.S \
|
|
||||||
io_outw.S \
|
|
||||||
oneC_sum.S \
|
oneC_sum.S \
|
||||||
ucontext.S
|
ucontext.S
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user