- Goals
- User guide
- Classlib developers guide
- Developer guide
- Tester guide
- Porting guide
- Blogs
- Project development
- Glossary
- Proposals
- FAQ
- Papers & presentations
- References
- Research
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.
- Printer-friendly version
- Login to post comments
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