摘要
基于虚拟机技术的设计思想,设计一个具有多任务特性的汇编程序虚拟机并实现。针对汇编程序的特点,设计汇编虚拟机内核多任务调度机制,使之可同时运行多个汇编程序。通过实验证明,在此具有多任务特性的x86汇编虚拟机上能够较好地实现多任务的无错误运行。
Based on virtual machine designing method,designs an assembly program virtual machine with multi-task character and realizes it.According to the feature of x86 assemble language,designs a virtual machine kernel with mutil-task scheduling mechanism to make the kernel execute multi assemble programs at the same time.By taking some experiments on this multi-task virtual machine,proves that it can execute multi programs simultaneously without any error.
出处
《现代计算机》
2011年第7期89-92,共4页
Modern Computer
关键词
x86汇编语言
多任务
虚拟机
x86 Assembly Language
Multi-Task
Virtual Machine