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?


- Java包名称中单词分隔符的约定是什么? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01