简体   繁体   English

在哪里可以找到 android 虚拟设备或 android 模拟器的详细规格?

[英]Where can I find the detail specifications of android virtual device or android emulator?

I am trying to port an simple operating system for teaching to android virtual device.我正在尝试将一个简单的操作系统移植到 android 虚拟设备进行教学。 The final goal is to boot the OS and make some basic hardware, including the character output and touch screen, work.最终目标是启动操作系统并使一些基本硬件工作,包括角色 output 和触摸屏。 In order to do that I need some details information about the "hardware" of the AVD, like where the bootloader will be load in RAM and how to use the character output. I have search over the Inte.net for a while and find little useful information.为此,我需要有关 AVD“硬件”的一些详细信息,例如引导加载程序将加载到 RAM 中的位置以及如何使用字符 output。我在 Inte.net 上搜索了一段时间但发现很少有用的信息。 Can you tell where I can find the needed info or what site I should check?你能告诉我在哪里可以找到所需的信息或我应该查看哪个网站吗? Thx:D谢谢:D

Here is the downloadable detailed link for这是可下载的详细链接

android kernel and also source code android kernel以及源代码

Try to go through the source code in that you can find where the whole operation starts and works.尝试 go 通过源代码,您可以找到整个操作开始和工作的地方。

emulator - android = qemu

If you are not using android you don't need AVDs.如果您不使用 android,则不需要 AVD。 Check qemu home page to ontain more info.查看qemu 主页以获取更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM