bdab3c4cfb
features (specifically: 4MB pages and TLB global bit). Only enable these features in CR4 if available. 4MB pages to be used in the near future.
28 lines
364 B
Makefile
28 lines
364 B
Makefile
# Makefile for lib/i386/misc.
|
|
|
|
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
|
|
|
|
LIBRARIES=libc
|
|
|
|
libc_FILES=" \
|
|
_cpuid.s \
|
|
_cpufeature.c \
|
|
alloca.s \
|
|
get_bp.s \
|
|
getprocessor.s \
|
|
io_inb.s \
|
|
io_inl.s \
|
|
io_insb.s \
|
|
io_insl.s \
|
|
io_insw.s \
|
|
io_intr.s \
|
|
io_inw.s \
|
|
io_outb.s \
|
|
io_outl.s \
|
|
io_outsb.s \
|
|
io_outsl.s \
|
|
io_outsw.s \
|
|
io_outw.s \
|
|
oneC_sum.s"
|
|
|
|
TYPE=both
|