readme

来自「龙芯2e的模拟器源代码」· 代码 · 共 38 行

TXT
38
字号
$Id: README,v 1.3 2006/10/07 00:36:29 debug Exp $The files in this directory describe the devices found in GXemul's "test machines". These machines do not match any real-world machines, but they have devices that are similar to those found in real machines:  o)  console (dev_cons):	A simple console device, with putchar() and getchar()	functionality. It also has a halt() function, to make it easy	to exit from the emulator.  o)  mp (dev_mp):	A multiprocessor inter-processor communication device.	It also contains other useful functionality, such as retrieving	the amount of "physical" RAM installed in the emulated machine.  o)  framebuffer (dev_fb):	640 x 480 pixels, 3 bytes per pixel, red-green-blue  o)  disk (dev_disk):	Used for reading and writing 512-byte sectors from/to disk images.  o)  ethernet (dev_ether):	A very simple ethernet NIC, capable of sending and receiving	ethernet frames on the simulated network.  o)  rtc (dev_rtc):	A Real-Time Clock device. Used to retrieve the current time, and	to cause periodic interrupts at a specific frequency.These include files are not released under the same license as GXemulitself. The include files are released as public domain, so they can bereused also in projects that have BSD-incompatible licenses.Please read the GXemul documentation for more details on how to use thetestmachine devices, and study the demo programs.

⌨️ 快捷键说明

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