Description: DBVM is a virtual machine that will run your operating system and expands the instruction set to allow usermode application access to kernelmode. And it allows to let programs redirect the flow of system events to different locations and change their results. (For example redirecting a interrupt to a different interrupt handler without editing the interrupt table)
To Search:
File list (Check if you may need any files):
bootsector\Makefile
..........\bootloader.asm
..........\bootloader.asm~
common\commona.asm
......\Makefile
......\common.h
......\common.c
docs\readme.txt
imagemaker\imagemaker.c
..........\Makefile
Makefile
parsevmloadermap\Makefile
................\parsevmloadermap.c
.......mmap\parsevmmmap.c
...........\Makefile
Release\vmloader\subdir.mk
.......\makefile
.......\common\subdir.mk
.......\parsevmmmap\subdir.mk
.......\objects.mk
.......\parsevmloadermap\subdir.mk
.......\common64\subdir.mk
.......\imagemaker\subdir.mk
.......\vmm\subdir.mk
.......\sources.mk
.......\bootsector\subdir.mk
vmloader\vmloaderc.c
........\Makefile
........\vmloader.asm
..m\vmreadwrite.h
...\Makefile.backup
...\vmevent_invalidstate.h
...\vmpaging.c.backup2
...\docs\vmcall.txt
...\vmpaging.h
...\keyboard.c
...\vmcall.c
...\config.h
...\neward.c
...\commona.asm
...\vmevent_invalidstate.c
...\vmpaging.c.backup
...\vmmhelper.h
...\mm.h
...\main.c
...\Makefile
...\main.h
...\vmma.asm
...\keyboard.h
...\common.h
...\vmpaging.c
...\vmmemu.h
...\common.c
...\vmmhelper.c
...\inthandlers.h
...\realmodeemu.h
...\distorm64\instructions.h
...\.........\pydistorm.h
...\.........\prefix.h
...\.........\instructions.c
...\.........\x86defs.c
...\.........\insts.c
...\.........\Makefile
...\.........\pydistorm.c
...\.........\decoder.c
...\.........\wstring.h
...\.........\x86defs.h
...\.........\textdefs.h
...\.........\distorm.c
...\.........\wstring.c
...\.........\insts.h
...\.........\textdefs.c
...\.........\operands.h
...\.........\prefix.c
...\.........\decoder.h
...\.........\operands.c
...\vmeventhandler.c
...\vmmemu.c
...\apica.asm
...\neward.h
...\vmcall.h
...\distorm.h
...\multicore.h
...\osspecific.c
...\apic.h
...\multicore.c
...\realmodeemu.c
...\vmeventhandler.h
...\osspecific.h
...\mm.c
Release\vmloader
.......\common
.......\parsevmmmap
.......\parsevmloadermap
.......\common64
.......\imagemaker
.......\vmm
.......\bootsector
vmm\docs
...\distorm64