Add platform vkernel64.
authorJordan Gordeev <jgordeev@dir.bg>
Mon, 17 Aug 2009 20:44:39 +0000 (23:44 +0300)
committerSascha Wildner <saw@online.de>
Sun, 21 Mar 2010 08:16:43 +0000 (09:16 +0100)
commitda673940ef31d5ca9b11a11668e0095a5a0348b3
tree991780882825829f605ae4303d2c0403409e4bf0
parent2acda7212897ebd71726d86ced13181aad425855
Add platform vkernel64.
55 files changed:
sys/config/VKERNEL64 [new file with mode: 0644]
sys/platform/vkernel64/amd64/autoconf.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/cpu_regs.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/db_interface.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/db_trace.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/exception.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/fork_tramp.s [new file with mode: 0644]
sys/platform/vkernel64/amd64/genassym.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/global.s [new file with mode: 0644]
sys/platform/vkernel64/amd64/locore.s [new file with mode: 0644]
sys/platform/vkernel64/amd64/mp.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/mplock.s [new file with mode: 0644]
sys/platform/vkernel64/amd64/npx.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/procfs_machdep.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/swtch.s [new file with mode: 0644]
sys/platform/vkernel64/amd64/tls.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/trap.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/userldt.c [new file with mode: 0644]
sys/platform/vkernel64/amd64/vm_machdep.c [new file with mode: 0644]
sys/platform/vkernel64/conf/Makefile [new file with mode: 0644]
sys/platform/vkernel64/conf/files [new file with mode: 0644]
sys/platform/vkernel64/conf/kern.mk [new file with mode: 0644]
sys/platform/vkernel64/conf/ldscript.amd64 [new file with mode: 0644]
sys/platform/vkernel64/conf/options [new file with mode: 0644]
sys/platform/vkernel64/include/clock.h [new file with mode: 0644]
sys/platform/vkernel64/include/cothread.h [new file with mode: 0644]
sys/platform/vkernel64/include/cpu.h [new file with mode: 0644]
sys/platform/vkernel64/include/cpufunc.h [new file with mode: 0644]
sys/platform/vkernel64/include/globaldata.h [new file with mode: 0644]
sys/platform/vkernel64/include/lock.h [new file with mode: 0644]
sys/platform/vkernel64/include/md_var.h [new file with mode: 0644]
sys/platform/vkernel64/include/param.h [new file with mode: 0644]
sys/platform/vkernel64/include/pcb.h [new file with mode: 0644]
sys/platform/vkernel64/include/pcb_ext.h [new file with mode: 0644]
sys/platform/vkernel64/include/pmap.h [new file with mode: 0644]
sys/platform/vkernel64/include/pmap_inval.h [new file with mode: 0644]
sys/platform/vkernel64/include/proc.h [new file with mode: 0644]
sys/platform/vkernel64/include/ptrace.h [new file with mode: 0644]
sys/platform/vkernel64/include/smp.h [new file with mode: 0644]
sys/platform/vkernel64/include/thread.h [new file with mode: 0644]
sys/platform/vkernel64/include/vmparam.h [new file with mode: 0644]
sys/platform/vkernel64/platform/busdma_machdep.c [new file with mode: 0644]
sys/platform/vkernel64/platform/console.c [new file with mode: 0644]
sys/platform/vkernel64/platform/copyio.c [new file with mode: 0644]
sys/platform/vkernel64/platform/cothread.c [new file with mode: 0644]
sys/platform/vkernel64/platform/globaldata.c [new file with mode: 0644]
sys/platform/vkernel64/platform/init.c [new file with mode: 0644]
sys/platform/vkernel64/platform/ipl_funcs.c [new file with mode: 0644]
sys/platform/vkernel64/platform/kqueue.c [new file with mode: 0644]
sys/platform/vkernel64/platform/machintr.c [new file with mode: 0644]
sys/platform/vkernel64/platform/pmap.c [new file with mode: 0644]
sys/platform/vkernel64/platform/pmap_inval.c [new file with mode: 0644]
sys/platform/vkernel64/platform/shutdown.c [new file with mode: 0644]
sys/platform/vkernel64/platform/sysarch.c [new file with mode: 0644]
sys/platform/vkernel64/platform/systimer.c [new file with mode: 0644]