⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 This is a java virtual machine implement in c
💻 TXT
字号:
/*0001*/VMCOMMON DIRECTORY
/*0002*/
/*0003*/This directory contains the source code of the 
/*0004*/KVM core.
/*0005*/
/*0006*/When porting the KVM to a new platform, you 
/*0007*/should rarely have to edit any of the files
/*0008*/in this directory.  Rather, all the port-
/*0009*/specific code should be placed in a directory
/*0010*/called VM<Port>, where <Port> is the name of
/*0011*/your target platform, e.g., VmWin, VmUnix, etc.
/*0012*/
/*0013*/File "VmCommon/h/main.h" defines the default values 
/*0014*/of all the major compilation and customization 
/*0015*/options of the KVM.  When starting a port, you 
/*0016*/should avoid changing the values directly in 
/*0017*/"VmCommon/h/main.h".  Rather, you should override
/*0018*/the values in your platform-specific "machine_md.h"
/*0019*/file.  Files "VmWin/h/machine_md.h" or 
/*0020*/"VmUnix/h/machine_md.h" can be used as a starting
/*0021*/point for porting efforts.
/*0022*/
/*0023*/Refer to KVM Porting Guide for further information.
/*0024*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -