readme.txt
来自「This is a java virtual machine implement」· 文本 代码 · 共 22 行
TXT
22 行
/*0001*/VMEXTRA DIRECTORY
/*0002*/
/*0003*/This directory contains the source code of
/*0004*/various platform-independent, optional
/*0005*/components of the KVM that are potentially
/*0006*/useful for many KVM ports.
/*0007*/
/*0008*/- JAR file reader and inflater (decompressor)
/*0009*/
/*0010*/- Java-level debugging interface (the parts
/*0011*/ of the debugger that need to reside inside
/*0012*/ KVM when using the KDWP debugging interface.)
/*0013*/
/*0014*/- Native implementation of a number of networking
/*0015*/ protocols.
/*0016*/
/*0017*/- Implementation of a "fake static memory" system
/*0018*/ that allows a desktop computer to emulate a Palm-
/*0019*/ like memory architecture that does not provide
/*0020*/ direct access to all the memory locations.
/*0021*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?