Continue fleshing out the VKERNEL.
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 5 Jan 2007 22:18:20 +0000 (22:18 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 5 Jan 2007 22:18:20 +0000 (22:18 +0000)
commit6f7b98e081c59b0af2e4c3558c24bd00cd422419
tree1770116d80f064289428b68b6203a8130f8d2e52
parent1184892f815043653c9f807190fb0b201fcb3cc6
Continue fleshing out the VKERNEL.
26 files changed:
sys/platform/vkernel/conf/files
sys/platform/vkernel/i386/autoconf.c
sys/platform/vkernel/i386/cpu_regs.c [new file with mode: 0644]
sys/platform/vkernel/i386/db_interface.c [new file with mode: 0644]
sys/platform/vkernel/i386/db_trace.c [new file with mode: 0644]
sys/platform/vkernel/i386/global.s
sys/platform/vkernel/i386/locore.s
sys/platform/vkernel/i386/npx.c
sys/platform/vkernel/i386/swtch.s
sys/platform/vkernel/i386/tls.c [new file with mode: 0644]
sys/platform/vkernel/i386/trap.c [new file with mode: 0644]
sys/platform/vkernel/i386/userldt.c [copied from sys/platform/vkernel/include/md_var.h with 78% similarity]
sys/platform/vkernel/i386/vm_machdep.c [new file with mode: 0644]
sys/platform/vkernel/include/globaldata.h
sys/platform/vkernel/include/md_var.h
sys/platform/vkernel/include/pcb_ext.h [new file with mode: 0644]
sys/platform/vkernel/platform/busdma_machdep.c [new file with mode: 0644]
sys/platform/vkernel/platform/console.c [new file with mode: 0644]
sys/platform/vkernel/platform/copyio.c
sys/platform/vkernel/platform/init.c
sys/platform/vkernel/platform/ipl_funcs.c [new file with mode: 0644]
sys/platform/vkernel/platform/machintr.c
sys/platform/vkernel/platform/pmap.c
sys/platform/vkernel/platform/pmap_inval.c
sys/platform/vkernel/platform/sysarch.c [copied from sys/platform/vkernel/include/md_var.h with 78% similarity]
sys/platform/vkernel/platform/systimer.c [copied from sys/platform/vkernel/platform/machintr.c with 66% similarity]