Boot and startup

During the boot process of JNode, the kernel image is loaded by Grub and booted. After the bootstrapper code, we're running plain java code. The fist code executed is in org.jnode.boot.Main#vmMain() which initializes the JVM and starts the plugin system.

How it works ?

Hi !

I wanna to know what is the role of the assembly code ?

and how GRUB is configured to load JNode into RAM, and what are the files loaded first ?

King regards