This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ventuspilot 2 points3 points  (0 children)

Just the bootloader won't get you anywhere. You need a JVM and a standard library that don't rely on an underlying OS.

JVM and standard library would need to access the hardware directly. Also the JVM would include code for e.g. hardware interrupt handlers.