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
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
