minix/kernel/arch/i386
Ben Gras bdab3c4cfb Library call for cpu features; make kernel and vm use this to query cpu
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.
2009-05-15 17:07:36 +00:00
..
include
arch_do_vmctl.c function to increase process stack (pointer). used by VM to set up large, 2008-12-11 14:17:45 +00:00
clock.c
do_int86.c moved type and constants for random data to include file; 2009-04-02 15:24:44 +00:00
do_iopenable.c
do_readbios.c
do_sdevio.c
exception.c more sanity checking. sanity checking disabled by default. 2009-05-12 11:35:01 +00:00
i8259.c
klib386.s set global flag for kernel pages, so tlb entries for kernel aren't thrown 2009-04-23 15:11:16 +00:00
Makefile
memory.c Library call for cpu features; make kernel and vm use this to query cpu 2009-05-15 17:07:36 +00:00
mpx386.s make space for first code and data pages if so configured. 2008-12-19 15:46:29 +00:00
protect.c
proto.h set global flag for kernel pages, so tlb entries for kernel aren't thrown 2009-04-23 15:11:16 +00:00
sconst.h
system.c disable interrupts if necessary in kernel debug code to dump all process 2009-01-29 15:13:54 +00:00
vm.h