Java VMs that do not require an operating system?(不需要操作系统的 Java VM?)
问题描述
我知道 BEA 正在开发不需要底层操作系统的 LiquidVM,但想知道开源社区中是否有人正在开发类似的东西.
I know that BEA was working on LiquidVM which didn't require an underlying operating system, but would like to know if anyone in the open source community is working on something similar.
理想情况下,我想找到一个虚拟机直接由操作系统引导加载程序加载的实现.
Ideally I would like to find an implementation where the VM is directly loaded by the OS boot loader.
推荐答案
你需要什么?
也许 Sanos 可以在硬件和 JVM 之间为您提供一小段代码供您使用?
Perhaps Sanos can give you a small chunk of code between the hardware and the JVM which you can use?
http://www.jbox.dk/sanos/
这篇关于不需要操作系统的 Java VM?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:不需要操作系统的 Java VM?
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 如何对 Java Hashmap 中的值求和 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Struts2 URL 无法访问 2022-01-01
